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.
1 parent 69e4b3d commit 60a5bcbCopy full SHA for 60a5bcb
appveyor.yml
@@ -28,6 +28,7 @@ after_test:
28
deploy_script:
29
- ps: >-
30
if($env:appveyor_repo_tag -eq 'True') {
31
+ $env:Path += ";C:\Python35;C:\Python35\scripts"
32
twine upload --username whtsky --password $env:PYPI_PASSWD wheelhouse/bencoder*.whl
33
}
34
0 commit comments