Skip to content

Commit aa87074

Browse files
committed
Merge pull request #166 from vmuriart/develop
Keep appveyor built wheel as downloadable artifact
2 parents cf5a53e + 44de735 commit aa87074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ test_script:
2929
- mkdir c:\testdir
3030
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
3131
- "%PYTHON%\\python.exe src\\tests\\runtests.py"
32+
33+
artifacts:
34+
# bdist_wheel puts your built wheel in the dist directory
35+
- path: dist\*

0 commit comments

Comments
 (0)