8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5a53e + 44de735 commit aa87074Copy full SHA for aa87074
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