Skip to content

Commit

Permalink
revert "tolerate duplicates for TestPyPI" (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz authored Dec 21, 2022
1 parent 708a2e5 commit a04ebc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# tolerate release package file duplicates for TestPyPI
skip_existing: true
skip_existing: false
verbose: true

- name: Publish released version 📦 to PyPI
Expand All @@ -77,3 +76,4 @@ jobs:
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

0 comments on commit a04ebc0

Please sign in to comment.