Skip to content

Commit

Permalink
Add skip existing on pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCane committed Oct 6, 2024
1 parent e76344f commit 3bce125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: poetry build

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 3bce125

Please sign in to comment.