Commit 7f8ddec
ci: make PyPI publish step idempotent on re-runs
Add skip-existing: true to the production PyPI publish step in the
deploy job, matching the existing testpypi job. Without this, if the
SBOM download/upload steps after the publish step fail, a re-run would
be blocked because PyPI rejects re-uploading an already-published version.
https://claude.ai/code/session_01VPK44jamDeLp4Tcy916XDT1 parent c2dad30 commit 7f8ddec
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments