Skip to content

Commit d71081d

Browse files
Add skip-existing to PyPI publish for idempotent re-runs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d5d4128 commit d71081d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
uses: pypa/gh-action-pypi-publish@release/v1
111111
with:
112112
packages-dir: dist/
113+
skip-existing: true
113114

114115
publish-cuda:
115116
name: Publish CUDA wheels to PyPI

0 commit comments

Comments
 (0)