Skip to content

Commit a88431f

Browse files
committed
ci: update cibuildwheel
1 parent 4f1a42a commit a88431f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.8'
3131

3232
- name: Build wheels (manylinux)
33-
uses: pypa/cibuildwheel@v2.16.4
33+
uses: pypa/cibuildwheel@v2.16.5
3434
env:
3535
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip wheel && python setup.py build_c_core"
3636
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
@@ -39,7 +39,7 @@ jobs:
3939
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686"
4040

4141
- name: Build wheels (musllinux)
42-
uses: pypa/cibuildwheel@v2.16.4
42+
uses: pypa/cibuildwheel@v2.16.5
4343
env:
4444
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
4545
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-qemu-action@v3
6565

6666
- name: Build wheels (manylinux)
67-
uses: pypa/cibuildwheel@v2.16.4
67+
uses: pypa/cibuildwheel@v2.16.5
6868
env:
6969
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip wheel && python setup.py build_c_core"
7070
CIBW_ARCHS_LINUX: aarch64
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-qemu-action@v3
9090

9191
- name: Build wheels (musllinux)
92-
uses: pypa/cibuildwheel@v2.16.4
92+
uses: pypa/cibuildwheel@v2.16.5
9393
env:
9494
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
9595
CIBW_ARCHS_LINUX: aarch64
@@ -156,7 +156,7 @@ jobs:
156156
cmake --install .
157157
158158
- name: Build wheels
159-
uses: pypa/cibuildwheel@v2.16.4
159+
uses: pypa/cibuildwheel@v2.16.5
160160
env:
161161
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
162162
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
@@ -256,7 +256,7 @@ jobs:
256256
shell: cmd
257257

258258
- name: Build wheels
259-
uses: pypa/cibuildwheel@v2.16.4
259+
uses: pypa/cibuildwheel@v2.16.5
260260
env:
261261
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
262262
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)