Skip to content

Commit 68d0ebe

Browse files
committed
Try moving wheel building into the build script
1 parent 604a183 commit 68d0ebe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,5 @@ install:
145145

146146
build_script: appveyor/build.bat
147147

148-
after_test:
149-
- "appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
150-
151148
artifacts:
152149
- path: dist\*

appveyor/build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ if %ERRORLEVEL% NEQ 0 exit 1
7272

7373
py.test test/
7474
if %ERRORLEVEL% NEQ 0 exit 1
75+
76+
appveyor\build.cmd python setup.py bdist_wheel

0 commit comments

Comments
 (0)