feat: add --verbose flag for troubleshooting
This commit is contained in:
parent
bd4a0799cc
commit
2a3b101d9d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue