Commit 0757f80
Rewrite build_distrib.py to package pre-built artifacts into a wheel
The old script searched for multiple Python installations and drove a
full build + setup.py bdist_wheel — all of that is now the CI matrix's
job. The new build_distrib.py does the one thing that still belongs
here: package the pre-built cefpython3/ directory into a .whl using
stdlib only (zipfile/hashlib), with correct dist-info/RECORD hashes.
The CI wheel job now mirrors the test job (checkout, setup-python,
download artifact, copy, build_distrib.py). Timeout drops 60 -> 15 min.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3fd83d4 commit 0757f80
2 files changed
Lines changed: 110 additions & 695 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 130 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 131 | + | |
| 132 | + | |
142 | 133 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 134 | + | |
| 135 | + | |
151 | 136 | | |
152 | | - | |
153 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
154 | 142 | | |
155 | 143 | | |
156 | | - | |
| 144 | + | |
157 | 145 | | |
158 | 146 | | |
159 | 147 | | |
| |||
0 commit comments