Commit dcc8a94
fix(ci): pin both cp314 and cp314t ABIs explicitly for Python 3.14
The previous fix pinned only the free-threaded variant (*_cp314t) and left
the GIL variant relying on a bare `conda build --python 3.14`. That default
is no longer reliable: conda-forge bumped the free-threaded python_abi to a
higher build number (8_cp314t), so conda-build's solver now resolves a bare
`--python 3.14` to cp314t rather than cp314.
As a result both 3.14 build jobs produced cp314t artifacts, the GIL build
disappeared, and the two upload jobs collided again on the identical
cp314-cp314t wheel filename.
Fix: remove 3.14 from every base `python` list and define both ABIs as
explicit, pinned matrix entries (3.14.* *_cp314 for GIL and 3.14.* *_cp314t
for free-threading) across all matrix blocks in both workflows. This makes
the build/test/install steps request an explicit ABI instead of trusting
whichever python_abi build number the solver happens to prefer.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5aa1f77 commit dcc8a94
2 files changed
Lines changed: 29 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
179 | | - | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
182 | 190 | | |
183 | 191 | | |
184 | 192 | | |
| |||
291 | 299 | | |
292 | 300 | | |
293 | 301 | | |
294 | | - | |
| 302 | + | |
295 | 303 | | |
296 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
297 | 309 | | |
298 | 310 | | |
299 | 311 | | |
| |||
480 | 492 | | |
481 | 493 | | |
482 | 494 | | |
483 | | - | |
| 495 | + | |
484 | 496 | | |
485 | 497 | | |
| 498 | + | |
| 499 | + | |
486 | 500 | | |
487 | 501 | | |
488 | 502 | | |
| |||
527 | 541 | | |
528 | 542 | | |
529 | 543 | | |
530 | | - | |
| 544 | + | |
531 | 545 | | |
532 | 546 | | |
| 547 | + | |
| 548 | + | |
533 | 549 | | |
534 | 550 | | |
535 | 551 | | |
| |||
573 | 589 | | |
574 | 590 | | |
575 | 591 | | |
576 | | - | |
| 592 | + | |
577 | 593 | | |
578 | 594 | | |
579 | 595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments