Skip to content

Commit 26128a4

Browse files
author
Paweł Stankowski
committed
Silence errors about duplicated upload to TestPyPI
1 parent 7e080d7 commit 26128a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
password: ${{ secrets.TEST_PYPI_TOKEN }}
3333
repository_url: https://test.pypi.org/legacy/
34+
skip_existing: true
3435
- name: Publish package to PyPI
3536
if: startsWith(github.ref, 'refs/tags')
3637
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)