Skip to content

Commit 817e0aa

Browse files
build(deps): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#596)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.10.2...v2.11.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebef7af commit 817e0aa

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.8'
3030

3131
- name: Build wheels (manylinux)
32-
uses: pypa/cibuildwheel@v2.10.2
32+
uses: pypa/cibuildwheel@v2.11.1
3333
env:
3434
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel && pip install -U cmake pip 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"
3939

4040
- name: Build wheels (musllinux)
41-
uses: pypa/cibuildwheel@v2.10.2
41+
uses: pypa/cibuildwheel@v2.11.1
4242
env:
4343
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
4444
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
@@ -63,14 +63,14 @@ jobs:
6363
uses: docker/setup-qemu-action@v2
6464

6565
- name: Build wheels (manylinux)
66-
uses: pypa/cibuildwheel@v2.10.2
66+
uses: pypa/cibuildwheel@v2.11.1
6767
env:
6868
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel && pip install -U cmake pip wheel && python setup.py build_c_core"
6969
CIBW_ARCHS_LINUX: aarch64
7070
CIBW_BUILD: "*-manylinux_aarch64"
7171

7272
- name: Build wheels (musllinux)
73-
uses: pypa/cibuildwheel@v2.10.2
73+
uses: pypa/cibuildwheel@v2.11.1
7474
env:
7575
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev && pip install -U cmake pip wheel && python setup.py build_c_core"
7676
CIBW_ARCHS_LINUX: aarch64
@@ -137,7 +137,7 @@ jobs:
137137
cmake --install .
138138
139139
- name: Build wheels
140-
uses: pypa/cibuildwheel@v2.10.2
140+
uses: pypa/cibuildwheel@v2.11.1
141141
env:
142142
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
143143
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
@@ -196,7 +196,7 @@ jobs:
196196
shell: cmd
197197

198198
- name: Build wheels
199-
uses: pypa/cibuildwheel@v2.10.2
199+
uses: pypa/cibuildwheel@v2.11.1
200200
env:
201201
CIBW_BEFORE_BUILD: "python setup.py build_c_core"
202202
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)