Commit 35472e7
Restructure pip-install to build sdist once, test across matrix
The previous approach built both sdist and wheel on every OS/Python combo,
then merged all 24 artifacts. Wheels built with python -m build lack
manylinux tags (required by PyPI for Linux) and the merge produced
corrupt wheel files (BadZipFile). Fix by building the sdist once on
ubuntu-latest, testing installation from that sdist across the full
OS/Python matrix, and uploading only the sdist to PyPI. Bump VERSION
to 2.5.36.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 96a4402 commit 35472e7
2 files changed
Lines changed: 37 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
12 | 37 | | |
13 | 38 | | |
14 | 39 | | |
| |||
17 | 42 | | |
18 | 43 | | |
19 | 44 | | |
20 | | - | |
| 45 | + | |
21 | 46 | | |
22 | | - | |
23 | | - | |
| 47 | + | |
| 48 | + | |
24 | 49 | | |
25 | 50 | | |
26 | 51 | | |
27 | 52 | | |
28 | 53 | | |
29 | 54 | | |
30 | 55 | | |
31 | | - | |
| 56 | + | |
32 | 57 | | |
33 | | - | |
34 | | - | |
| 58 | + | |
| 59 | + | |
35 | 60 | | |
36 | | - | |
| 61 | + | |
37 | 62 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 63 | + | |
52 | 64 | | |
53 | 65 | | |
54 | | - | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
| |||
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | | - | |
| 75 | + | |
64 | 76 | | |
65 | | - | |
66 | 77 | | |
67 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments