|
24 | 24 | fetch-depth: 0
|
25 | 25 |
|
26 | 26 | - name: Build wheels (manylinux)
|
27 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 27 | + uses: pypa/cibuildwheel@v2.23.3 |
28 | 28 | env:
|
29 | 29 | 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"
|
30 | 30 | CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
|
|
34 | 34 | CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686"
|
35 | 35 |
|
36 | 36 | - name: Build wheels (musllinux)
|
37 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 37 | + uses: pypa/cibuildwheel@v2.23.3 |
38 | 38 | env:
|
39 | 39 | 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"
|
40 | 40 | CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
|
|
55 | 55 | fetch-depth: 0
|
56 | 56 |
|
57 | 57 | - name: Build wheels (manylinux)
|
58 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 58 | + uses: pypa/cibuildwheel@v2.23.3 |
59 | 59 | env:
|
60 | 60 | 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"
|
61 | 61 | CIBW_ARCHS_LINUX: aarch64
|
|
77 | 77 | fetch-depth: 0
|
78 | 78 |
|
79 | 79 | - name: Build wheels (musllinux)
|
80 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 80 | + uses: pypa/cibuildwheel@v2.23.3 |
81 | 81 | env:
|
82 | 82 | 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"
|
83 | 83 | CIBW_ARCHS_LINUX: aarch64
|
@@ -141,7 +141,7 @@ jobs:
|
141 | 141 | cmake --install .
|
142 | 142 |
|
143 | 143 | - name: Build wheels
|
144 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 144 | + uses: pypa/cibuildwheel@v2.23.3 |
145 | 145 | env:
|
146 | 146 | CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
|
147 | 147 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
@@ -248,7 +248,7 @@ jobs:
|
248 | 248 | shell: cmd
|
249 | 249 |
|
250 | 250 | - name: Build wheels
|
251 |
| - uses: pypa/cibuildwheel@v2.23.2 |
| 251 | + uses: pypa/cibuildwheel@v2.23.3 |
252 | 252 | env:
|
253 | 253 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
254 | 254 | CIBW_BUILD: "*-${{ matrix.wheel_arch }}"
|
|
0 commit comments