Skip to content

Commit 9155f92

Browse files
committed
allow skip existing on pypi publish
1 parent f305ba1 commit 9155f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
if: startsWith(github.ref, 'refs/tags')
4444
uses: pypa/gh-action-pypi-publish@master
4545
with:
46+
skip_existing: true
4647
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)