Skip to content

Commit 913eaa1

Browse files
committed
Set verbose: true to debug twine uploads to PypI
Sometimes push to Test PyPI fails with 404. It is necessary to add verbose to see what's happening. https://github.com/containers/podman-py/actions/runs/13407882925/job/37451651001 Signed-off-by: Nicola Sella <[email protected]>
1 parent 12ef0a8 commit 913eaa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,5 @@ jobs:
122122
uses: pypa/gh-action-pypi-publish@release/v1
123123
with:
124124
repository-url: https://test.pypi.org/legacy/
125+
skip_existing: true
126+
verbose: true

0 commit comments

Comments
 (0)