We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60e4c7 commit a767fadCopy full SHA for a767fad
1 file changed
.github/workflows/release.yml
@@ -91,3 +91,7 @@ jobs:
91
92
- name: Publish to PyPI
93
uses: pypa/gh-action-pypi-publish@release/v1
94
+ with:
95
+ # Re-runs after transient attestation/log failures must not die on
96
+ # files that already reached PyPI.
97
+ skip-existing: true
0 commit comments