Skip to content

Commit 91661ae

Browse files
build(deps): bump pypa/cibuildwheel from 2.23.2 to 2.23.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d730167 commit 91661ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Build wheels (manylinux)
27-
uses: pypa/cibuildwheel@v2.23.2
27+
uses: pypa/cibuildwheel@v2.23.3
2828
env:
2929
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"
3030
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
@@ -34,7 +34,7 @@ jobs:
3434
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686"
3535

3636
- name: Build wheels (musllinux)
37-
uses: pypa/cibuildwheel@v2.23.2
37+
uses: pypa/cibuildwheel@v2.23.3
3838
env:
3939
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"
4040
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Build wheels (manylinux)
58-
uses: pypa/cibuildwheel@v2.23.2
58+
uses: pypa/cibuildwheel@v2.23.3
5959
env:
6060
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"
6161
CIBW_ARCHS_LINUX: aarch64
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 0
7878

7979
- name: Build wheels (musllinux)
80-
uses: pypa/cibuildwheel@v2.23.2
80+
uses: pypa/cibuildwheel@v2.23.3
8181
env:
8282
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"
8383
CIBW_ARCHS_LINUX: aarch64
@@ -141,7 +141,7 @@ jobs:
141141
cmake --install .
142142
143143
- name: Build wheels
144-
uses: pypa/cibuildwheel@v2.23.2
144+
uses: pypa/cibuildwheel@v2.23.3
145145
env:
146146
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
147147
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -248,7 +248,7 @@ jobs:
248248
shell: cmd
249249

250250
- name: Build wheels
251-
uses: pypa/cibuildwheel@v2.23.2
251+
uses: pypa/cibuildwheel@v2.23.3
252252
env:
253253
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
254254
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)