Commit 5ed68ac
committed
Fix cibuildwheel build configuration for manylinux_2_28 compatibility
- Add --plat manylinux_2_28_x86_64 flag to auditwheel repair command
- Add CONDA_PREFIX environment variable for pixi build environment
- Rename wheel-related pixi tasks to consistent wheel_* naming convention
- build_wheels -> wheel_build_cibw
- build_pypi_wheel -> wheel_build
- build_pypi_repair -> wheel_repair
- check_pypi -> wheel_check
- test_pypi_wheel -> wheel_test
- publish_pypi -> wheel_publish
- publish_pypi_test -> wheel_publish_testpypi
This addresses GitHub issue #847 for manylinux_2_28 wheel compatibility
to support older Ubuntu (20.04) and Google Colab environments.1 parent 0f808ab commit 5ed68ac
File tree
6 files changed
+1262
-115
lines changed- .github/workflows
6 files changed
+1262
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| |||
0 commit comments