Commit 6d9eb38
Wheels: valid artifact name for Windows ARM64 leg
With the -A ARM64 fix the windows-11-arm wheels build and pass tests (HDF5 +
JSON round-trip, 0 external deps), but the job failed at upload: the artifact
name wheels-${os}-${build||arch} interpolated this leg's build glob
("cp311-* cp312-* ..."), and '*'/spaces are invalid in an artifact name.
Add an optional matrix.artifact override (default: build || arch) and set it to
"ARM64" for the windows-11-arm leg -> wheels-windows-11-arm-ARM64.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e49bbac commit 6d9eb38
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
268 | | - | |
269 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
270 | 273 | | |
271 | 274 | | |
272 | 275 | | |
| |||
0 commit comments