projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a7907
)
CI(appveyor.yml): pip install --upgrade wheel
author
Oleg Broytman
<phd@phdru.name>
Wed, 4 Apr 2018 02:45:16 +0000
(
05:45
+0300)
committer
Oleg Broytman
<phd@phdru.name>
Wed, 4 Apr 2018 02:45:16 +0000
(
05:45
+0300)
project_template/appveyor.yml
patch
|
blob
|
history
diff --git
a/project_template/appveyor.yml
b/project_template/appveyor.yml
index cddc5e577a552c36974e58d55fd2ba52a65ed061..0a2e20d001114b3e9c21397a4314aa66c54ed1ab 100644
(file)
--- 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
# )