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 7e080d7 commit 26128a4Copy full SHA for 26128a4
.github/workflows/publish.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
password: ${{ secrets.TEST_PYPI_TOKEN }}
33
repository_url: https://test.pypi.org/legacy/
34
+ skip_existing: true
35
- name: Publish package to PyPI
36
if: startsWith(github.ref, 'refs/tags')
37
uses: pypa/gh-action-pypi-publish@master
0 commit comments