Skip to content

Commit 8aba60e

Browse files
committed
Add skip exisiting
1 parent 121888e commit 8aba60e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
with:
3131
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3232
repository-url: https://test.pypi.org/legacy/
33+
skip-existing: true
3334
- name: Publish distribution to PyPI if tagged
3435
if: startsWith(github.ref, 'refs/tags')
3536
uses: pypa/gh-action-pypi-publish@release/v1
3637
with:
3738
password: ${{ secrets.PYPI_API_TOKEN }}
39+
skip-existing: true

0 commit comments

Comments
 (0)