Skip to content

Commit 8c889cb

Browse files
committed
add debug info to publishing action
1 parent 0a6400b commit 8c889cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,15 @@ jobs:
3434
with:
3535
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3636
repository_url: https://test.pypi.org/legacy/
37+
skip_existing: true
38+
verbose: true
39+
print_hash: true
3740
- name: Publish distribution to PyPI
3841
# This condition prevents PRs from being published as part of
3942
# the test job.
4043
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4144
uses: pypa/[email protected]
4245
with:
4346
password: ${{ secrets.PYPI_PASSWORD }}
47+
verbose: true
48+
print_hash: true

0 commit comments

Comments
 (0)