From 6f0dd1644b34df325a2677f61b2b9e4c0d49886c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 4 Apr 2018 05:45:16 +0300 Subject: [PATCH] CI(appveyor.yml): pip install --upgrade wheel --- project_template/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ) -- 2.39.2