Commit 56e9a94
committed
Fix CI artifact naming conflict
- Change artifact names from 'wheels-{os}-{python}' to 'wheels-{platform_id}-py{python}'
- This prevents 409 conflicts when multiple matrix jobs have the same OS and Python
but different architectures (e.g., ubuntu-latest with manylinux_x86_64 vs manylinux_aarch64)
- Add overwrite: true to both wheels and sdist artifacts to allow safe re-runs
- The upload_pypi job will still work correctly with pattern: '*' and merge-multiple: true1 parent 45cbdcc commit 56e9a94
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| 256 | + | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
| |||
0 commit comments