Skip to content

Commit 8aac84a

Browse files
committed
fix: skip-existing on TestPyPI to avoid 400 on re-upload
1 parent e977952 commit 8aac84a

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
@@ -49,6 +49,7 @@ jobs:
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
5151
repository-url: https://test.pypi.org/legacy/
52+
skip-existing: true
5253

5354
publish-pypi:
5455
name: Publish to PyPI

0 commit comments

Comments
 (0)