Skip to content

Commit

Permalink
Set verbose: true to debug twine uploads to PypI
Browse files Browse the repository at this point in the history
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 <nsella@redhat.com>
  • Loading branch information
inknos committed Feb 24, 2025
1 parent 12ef0a8 commit 913eaa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip_existing: true
verbose: true

0 comments on commit 913eaa1

Please sign in to comment.