Skip to content

Commit

Permalink
chore(test-pypi): Avoid failures on duplicate commit counts
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 22, 2024
1 parent 7b1f451 commit c744cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Upload to PyPI (on tags)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c744cec

Please sign in to comment.