Commit 867a4a2
committed
Fix TestPyPI publish: skip-existing for duplicate version uploads
Version 0.0.1 already exists on TestPyPI from the initial push.
Subsequent pushes to main that touch sdk/python/ trigger the
publish workflow, which fails with 400 Bad Request because you
can't re-upload the same version. skip-existing: true handles
this gracefully.1 parent 1fef809 commit 867a4a2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments