Commit e0b8b43
committed
ci: tell twine upload to --skip-existing
a minor issue in a setup.cfg file used at build time (which is not even included in the published .whl package) made it fail the upload of the v3.11.1 source distribution, however the wheel for 3.11.1 was published fine already.
If I want to retry uploading the fixed up sdist I need to tell twine to --skip-existing otherwise PyPI rejects the attempt to re-upload the wheel for 3.11.1 which has the same filename as the one already uploaded.
And really it is not worth cutting a 3.11.2 just for this.1 parent 6bbbec0 commit e0b8b43
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments