Skip to content

Commit d1d2aef

Browse files
committed
Attempt to build actual wheels.
1 parent 30d1119 commit d1d2aef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,10 @@ matrix:
143143
install:
144144
- "git submodule update --init --recursive"
145145

146-
build_script: appveyor/build.bat
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\*

0 commit comments

Comments
 (0)