We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604a183 commit 68d0ebeCopy full SHA for 68d0ebe
appveyor.yml
@@ -145,8 +145,5 @@ install:
145
146
build_script: appveyor/build.bat
147
148
-after_test:
149
- - "appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
150
-
151
artifacts:
152
- path: dist\*
appveyor/build.bat
@@ -72,3 +72,5 @@ if %ERRORLEVEL% NEQ 0 exit 1
72
73
py.test test/
74
if %ERRORLEVEL% NEQ 0 exit 1
75
+
76
+appveyor\build.cmd python setup.py bdist_wheel
0 commit comments