Skip to content

Commit

Permalink
Add skip existing on publish to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphilipsmith committed Dec 9, 2024
1 parent 404a003 commit b3628bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
# Only skip existing distributions on testpypi (not on pypi).
# See https://github.com/pypa/gh-action-pypi-publish?tab=readme-ov-file#tolerating-release-package-file-duplicates
skip-existing: true

0 comments on commit b3628bd

Please sign in to comment.