1 parent a1ce169 commit fc0e5c5Copy full SHA for fc0e5c5
1 file changed
.github/workflows/publish.yml
@@ -45,3 +45,7 @@ jobs:
45
46
- name: Publish to PyPI
47
uses: pypa/gh-action-pypi-publish@release/v1
48
+ with:
49
+ # A re-run or a redundant manual dispatch would otherwise hard-fail
50
+ # on an already-uploaded file; treat that as a no-op instead.
51
+ skip-existing: true
0 commit comments