Skip to content

Commit 50aa98d

Browse files
dependabot[bot]ntamas
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.21.3 to 2.22.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.3...v2.22.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6ec127 commit 50aa98d

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
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.9'
3030

3131
- name: Build wheels (manylinux)
32-
uses: pypa/cibuildwheel@v2.21.3
32+
uses: pypa/cibuildwheel@v2.22.0
3333
env:
3434
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"
3535
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686"
3939

4040
- name: Build wheels (musllinux)
41-
uses: pypa/cibuildwheel@v2.21.3
41+
uses: pypa/cibuildwheel@v2.22.0
4242
env:
4343
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"
4444
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.21.3
67+
uses: pypa/cibuildwheel@v2.22.0
6868
env:
6969
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"
7070
CIBW_ARCHS_LINUX: aarch64
@@ -90,7 +90,7 @@ jobs:
9090
uses: docker/setup-qemu-action@v3
9191

9292
- name: Build wheels (musllinux)
93-
uses: pypa/cibuildwheel@v2.21.3
93+
uses: pypa/cibuildwheel@v2.22.0
9494
env:
9595
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"
9696
CIBW_ARCHS_LINUX: aarch64
@@ -159,7 +159,7 @@ jobs:
159159
cmake --install .
160160
161161
- name: Build wheels
162-
uses: pypa/cibuildwheel@v2.21.3
162+
uses: pypa/cibuildwheel@v2.22.0
163163
env:
164164
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
165165
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -261,7 +261,7 @@ jobs:
261261
shell: cmd
262262

263263
- name: Build wheels
264-
uses: pypa/cibuildwheel@v2.21.3
264+
uses: pypa/cibuildwheel@v2.22.0
265265
env:
266266
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
267267
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)