Skip to content

Commit 60a5bcb

Browse files
committed
Fix appveyor script
1 parent 69e4b3d commit 60a5bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ after_test:
2828
deploy_script:
2929
- ps: >-
3030
if($env:appveyor_repo_tag -eq 'True') {
31+
$env:Path += ";C:\Python35;C:\Python35\scripts"
3132
twine upload --username whtsky --password $env:PYPI_PASSWD wheelhouse/bencoder*.whl
3233
}
3334

0 commit comments

Comments
 (0)