Skip to content

Commit

Permalink
Merge pull request #106 from atsign-foundation/cpswan-build-publish
Browse files Browse the repository at this point in the history
fix: Set skip-existing for TestPyPI publishing
  • Loading branch information
cpswan authored Dec 14, 2023
2 parents 7906a67 + fa9e876 commit e4b56b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
with:
skip-existing: true
repository-url: https://test.pypi.org/legacy/

publish-to-pypi:
Expand Down

0 comments on commit e4b56b7

Please sign in to comment.