|
30 | 30 | python-version: '3.8' |
31 | 31 |
|
32 | 32 | - name: Build wheels (manylinux) |
33 | | - |
| 33 | + |
34 | 34 | env: |
35 | 35 | CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core" |
36 | 36 | CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}" |
|
39 | 39 | CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686" |
40 | 40 |
|
41 | 41 | - name: Build wheels (musllinux) |
42 | | - |
| 42 | + |
43 | 43 | env: |
44 | 44 | CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core" |
45 | 45 | CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}" |
|
65 | 65 | uses: docker/setup-qemu-action@v3 |
66 | 66 |
|
67 | 67 | - name: Build wheels (manylinux) |
68 | | - |
| 68 | + |
69 | 69 | env: |
70 | 70 | CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core" |
71 | 71 | CIBW_ARCHS_LINUX: aarch64 |
|
91 | 91 | uses: docker/setup-qemu-action@v3 |
92 | 92 |
|
93 | 93 | - name: Build wheels (musllinux) |
94 | | - |
| 94 | + |
95 | 95 | env: |
96 | 96 | CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core" |
97 | 97 | CIBW_ARCHS_LINUX: aarch64 |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | cmake --install . |
160 | 160 |
|
161 | 161 | - name: Build wheels |
162 | | - |
| 162 | + |
163 | 163 | env: |
164 | 164 | CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}" |
165 | 165 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" |
@@ -261,7 +261,7 @@ jobs: |
261 | 261 | shell: cmd |
262 | 262 |
|
263 | 263 | - name: Build wheels |
264 | | - |
| 264 | + |
265 | 265 | env: |
266 | 266 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" |
267 | 267 | CIBW_BUILD: "*-${{ matrix.wheel_arch }}" |
|
0 commit comments