Skip to content

Commit 9ec6fc7

Browse files
publish.yml: skip-existing on PyPI upload (idempotent re-runs)
1 parent c32c286 commit 9ec6fc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
path: dist/
4040
- name: Publish to PyPI (Trusted Publishing)
4141
uses: pypa/gh-action-pypi-publish@release/v1
42+
with:
43+
skip-existing: true

0 commit comments

Comments
 (0)