Skip to content

Commit 44de735

Browse files
committed
Keep appveyor built wheel as artifact
1 parent cf5a53e commit 44de735

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)