Skip to content

Commit a767fad

Browse files
committed
skip existing files on pypi republish
1 parent d60e4c7 commit a767fad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ jobs:
9191

9292
- name: Publish to PyPI
9393
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

Comments
 (0)