diff --git a/action.yml b/action.yml index 3cf8fe1..9e7346a 100644 --- a/action.yml +++ b/action.yml @@ -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 }}