We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121888e commit 8aba60eCopy full SHA for 8aba60e
.github/workflows/publish.yml
@@ -30,8 +30,10 @@ jobs:
30
with:
31
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32
repository-url: https://test.pypi.org/legacy/
33
+ skip-existing: true
34
- name: Publish distribution to PyPI if tagged
35
if: startsWith(github.ref, 'refs/tags')
36
uses: pypa/gh-action-pypi-publish@release/v1
37
38
password: ${{ secrets.PYPI_API_TOKEN }}
39
0 commit comments