]> git.phdru.name Git - cookiecutter.git/commitdiff
CI(appveyor.yml): pip install --upgrade wheel
authorOleg Broytman <phd@phdru.name>
Wed, 4 Apr 2018 02:45:16 +0000 (05:45 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 4 Apr 2018 02:45:16 +0000 (05:45 +0300)
project_template/appveyor.yml

index cddc5e577a552c36974e58d55fd2ba52a65ed061..0a2e20d001114b3e9c21397a4314aa66c54ed1ab 100644 (file)
@@ -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" (
 #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
 #    )
 #      %CMD_IN_ENV% python setup.py bdist_wheel &&
 #      ls dist
 #    )