From: Oleg Broytman Date: Wed, 4 Apr 2018 02:45:16 +0000 (+0300) Subject: CI(appveyor.yml): pip install --upgrade wheel X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=6f0dd1644b34df325a2677f61b2b9e4c0d49886c CI(appveyor.yml): pip install --upgrade wheel --- diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index cddc5e5..0a2e20d 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -84,7 +84,7 @@ test_script: #after_test: # # If tests are successful and we've tested a tag, create binary package # - if "%APPVEYOR_REPO_TAG%" == "true" ( -# pip install wheel && +# pip install --upgrade wheel && # %CMD_IN_ENV% python setup.py bdist_wheel && # ls dist # )