Skip to content

Commit

Permalink
allow skip existing on pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
giancastro committed May 6, 2021
1 parent f305ba1 commit 9155f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
skip_existing: true
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9155f92

Please sign in to comment.