We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6400b commit 8c889cbCopy full SHA for 8c889cb
.github/workflows/python-publish.yaml
@@ -34,10 +34,15 @@ jobs:
34
with:
35
password: ${{ secrets.TEST_PYPI_PASSWORD }}
36
repository_url: https://test.pypi.org/legacy/
37
+ skip_existing: true
38
+ verbose: true
39
+ print_hash: true
40
- name: Publish distribution to PyPI
41
# This condition prevents PRs from being published as part of
42
# the test job.
43
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
44
uses: pypa/[email protected]
45
46
password: ${{ secrets.PYPI_PASSWORD }}
47
48
0 commit comments