Skip to content

Commit

Permalink
Merge pull request #193 from aragilar/fix-release
Browse files Browse the repository at this point in the history
Skip release uploads if file exists
  • Loading branch information
aragilar authored Dec 15, 2024
2 parents 0fef027 + 1ff6663 commit b3f361b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:

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

0 comments on commit b3f361b

Please sign in to comment.