Skip to content

Commit bf0f535

Browse files
committed
ci: add --skip-existing to uv publish to avoid duplicate version failures
1 parent 0029be4 commit bf0f535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Publish to PyPI
4444
env:
4545
UV_PUBLISH_TOKEN: ${{ secrets.PYPI }}
46-
run: uv publish
46+
run: uv publish --skip-existing

0 commit comments

Comments
 (0)