We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0029be4 commit bf0f535Copy full SHA for bf0f535
1 file changed
.github/workflows/release.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Publish to PyPI
44
env:
45
UV_PUBLISH_TOKEN: ${{ secrets.PYPI }}
46
- run: uv publish
+ run: uv publish --skip-existing
0 commit comments