|
29 | 29 | python-version: '3.9' |
30 | 30 |
|
31 | 31 | - name: Build wheels (manylinux) |
32 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 32 | + uses: pypa/cibuildwheel@v2.23.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 }}" |
|
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 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 42 | + uses: pypa/cibuildwheel@v2.23.0 |
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 }}" |
|
60 | 60 | fetch-depth: 0 |
61 | 61 |
|
62 | 62 | - name: Build wheels (manylinux) |
63 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 63 | + uses: pypa/cibuildwheel@v2.23.0 |
64 | 64 | env: |
65 | 65 | 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" |
66 | 66 | CIBW_ARCHS_LINUX: aarch64 |
|
82 | 82 | fetch-depth: 0 |
83 | 83 |
|
84 | 84 | - name: Build wheels (musllinux) |
85 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 85 | + uses: pypa/cibuildwheel@v2.23.0 |
86 | 86 | env: |
87 | 87 | 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" |
88 | 88 | CIBW_ARCHS_LINUX: aarch64 |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | cmake --install . |
152 | 152 |
|
153 | 153 | - name: Build wheels |
154 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 154 | + uses: pypa/cibuildwheel@v2.23.0 |
155 | 155 | env: |
156 | 156 | CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}" |
157 | 157 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | shell: cmd |
255 | 255 |
|
256 | 256 | - name: Build wheels |
257 | | - uses: pypa/cibuildwheel@v2.22.0 |
| 257 | + uses: pypa/cibuildwheel@v2.23.0 |
258 | 258 | env: |
259 | 259 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" |
260 | 260 | CIBW_BUILD: "*-${{ matrix.wheel_arch }}" |
|
0 commit comments