Skip to content

Commit a04ebc0

Browse files
authored
revert "tolerate duplicates for TestPyPI" (#21)
1 parent 708a2e5 commit a04ebc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-n-publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
with:
6868
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
6969
repository_url: https://test.pypi.org/legacy/
70-
# tolerate release package file duplicates for TestPyPI
71-
skip_existing: true
70+
skip_existing: false
7271
verbose: true
7372

7473
- name: Publish released version 📦 to PyPI
@@ -77,3 +76,4 @@ jobs:
7776
with:
7877
password: ${{ secrets.PYPI_API_TOKEN }}
7978
verbose: true
79+

0 commit comments

Comments
 (0)