|
24 | 24 | fetch-depth: 0
|
25 | 25 |
|
26 | 26 | - name: Build wheels (manylinux)
|
27 |
| - uses: pypa/cibuildwheel@v2.23.3 |
| 27 | + uses: pypa/cibuildwheel@v3.0.0 |
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.3 |
| 37 | + uses: pypa/cibuildwheel@v3.0.0 |
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.3 |
| 58 | + uses: pypa/cibuildwheel@v3.0.0 |
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.3 |
| 80 | + uses: pypa/cibuildwheel@v3.0.0 |
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
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | cmake --install .
|
141 | 141 |
|
142 | 142 | - name: Build wheels
|
143 |
| - uses: pypa/cibuildwheel@v2.23.3 |
| 143 | + uses: pypa/cibuildwheel@v3.0.0 |
144 | 144 | env:
|
145 | 145 | CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
|
146 | 146 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
@@ -246,7 +246,7 @@ jobs:
|
246 | 246 | shell: cmd
|
247 | 247 |
|
248 | 248 | - name: Build wheels
|
249 |
| - uses: pypa/cibuildwheel@v2.23.3 |
| 249 | + uses: pypa/cibuildwheel@v3.0.0 |
250 | 250 | env:
|
251 | 251 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
252 | 252 | CIBW_BUILD: "*-${{ matrix.wheel_arch }}"
|
|
0 commit comments