We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5a53e commit 44de735Copy full SHA for 44de735
1 file changed
appveyor.yml
@@ -29,3 +29,7 @@ test_script:
29
- mkdir c:\testdir
30
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
31
- "%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