We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aa2f9 commit 182ebb5Copy full SHA for 182ebb5
1 file changed
appveyor.yml
@@ -172,6 +172,7 @@ matrix:
172
build_script:
173
- cmd: |
174
"%PYTHON%/python.exe" -m pip install --upgrade pip
175
+ "%PYTHON%/python.exe" -m pip install --upgrade setuptools
176
"%PYTHON%/python.exe" setup.py bdist_wheel
177
178
before_test:
0 commit comments