From 2a3b101d9d1a0ad4935f4037c0944561da3a11c2 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Dec 2023 03:58:39 +0100 Subject: [PATCH] feat: add --verbose flag for troubleshooting --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}