Skip to content

Commit 61e36ad

Browse files
committed
Skip existing releases on test PyPI
1 parent 35522bc commit 61e36ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
repository-url: https://test.pypi.org/legacy/
31+
skip-existing: true
3132
print-hash: true
3233
prod-pypi:
3334
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)