Skip to content

Commit

Permalink
ci(gha): skip existing versions on publish
Browse files Browse the repository at this point in the history
Signed-off-by: Isac Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Dec 20, 2023
1 parent ab5c09e commit ea22a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
python -m build .
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit ea22a49

Please sign in to comment.