Skip to content

Commit ee841b1

Browse files
committed
Added 'skip-existing' option to the Test PyPI publish workflow to prevent overwriting existing packages.
1 parent e2b78b8 commit ee841b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-test-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
verbose: true
4040
repository-url: https://test.pypi.org/legacy/
4141
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
42+
skip-existing: true

0 commit comments

Comments
 (0)