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 f1f4425 commit 53ffcc6Copy full SHA for 53ffcc6
.appveyor.yml
@@ -68,5 +68,5 @@ deploy:
68
after_deploy:
69
- echo "Starting Artifact Deployment"
70
- ps: Push-AppveyorArtifact dist/*
71
- - ps: If ($env:APPVEYOR_REPO_TAG -eq "true") { Invoke-Expression "$env:PYTHON\\Scripts\\twine upload --skip-existing dist/*" 2>$null } Else { write-output "Not on a tag, won't deploy to pypi"}
+ - ps: If ($env:APPVEYOR_REPO_TAG -eq "true") { Invoke-Expression "$env:PYTHON\\Scripts\\twine upload --verbose --skip-existing dist/*" 2>$null } Else { write-output "Not on a tag, won't deploy to pypi"}
72
- echo "Finished Artifact Deployment"
0 commit comments