|
29 | 29 | python-version: '3.9' |
30 | 30 |
|
31 | 31 | - name: Build wheels (manylinux) |
32 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 32 | + uses: pypa/cibuildwheel@v2.22.0 |
33 | 33 | env: |
34 | 34 | 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" |
35 | 35 | CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}" |
|
38 | 38 | CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686" |
39 | 39 |
|
40 | 40 | - name: Build wheels (musllinux) |
41 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 41 | + uses: pypa/cibuildwheel@v2.22.0 |
42 | 42 | env: |
43 | 43 | 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" |
44 | 44 | CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}" |
|
64 | 64 | uses: docker/setup-qemu-action@v3 |
65 | 65 |
|
66 | 66 | - name: Build wheels (manylinux) |
67 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 67 | + uses: pypa/cibuildwheel@v2.22.0 |
68 | 68 | env: |
69 | 69 | 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" |
70 | 70 | CIBW_ARCHS_LINUX: aarch64 |
|
90 | 90 | uses: docker/setup-qemu-action@v3 |
91 | 91 |
|
92 | 92 | - name: Build wheels (musllinux) |
93 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 93 | + uses: pypa/cibuildwheel@v2.22.0 |
94 | 94 | env: |
95 | 95 | 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" |
96 | 96 | CIBW_ARCHS_LINUX: aarch64 |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | cmake --install . |
160 | 160 |
|
161 | 161 | - name: Build wheels |
162 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 162 | + uses: pypa/cibuildwheel@v2.22.0 |
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 | | - uses: pypa/cibuildwheel@v2.21.3 |
| 264 | + uses: pypa/cibuildwheel@v2.22.0 |
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