feat: add --verbose flag for troubleshooting

This commit is contained in:
s3lph 2023-12-19 03:58:39 +01:00
parent bd4a0799cc
commit 2a3b101d9d
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -32,6 +32,6 @@ runs:
username = ${{ inputs.username }}
password = ${{ inputs.password }}
EOF
python3 -m twine upload --repository forgejo ${{ inputs.wheel }}
python3 -m twine upload --verbose --repository forgejo ${{ inputs.wheel }}