Skip to content

Commit

Permalink
Allow duplicates on test PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 9, 2024
1 parent 7c06158 commit 8afc052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8afc052

Please sign in to comment.