Skip to content

Commit 53ffcc6

Browse files
author
Stefan Klug
committed
Make twine more verbose
This was helpful to debug a pypi upload issue
1 parent f1f4425 commit 53ffcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ deploy:
6868
after_deploy:
6969
- echo "Starting Artifact Deployment"
7070
- 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"}
71+
- 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"}
7272
- echo "Finished Artifact Deployment"

0 commit comments

Comments
 (0)