Skip to content

Commit fee96a0

Browse files
dependabot[bot]ntamas
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.0 (#814)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0640de1 commit fee96a0

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.22.0
32+
uses: pypa/cibuildwheel@v2.23.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 }}"
@@ -39,7 +39,7 @@ jobs:
3939
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686"
4040

4141
- name: Build wheels (musllinux)
42-
uses: pypa/cibuildwheel@v2.22.0
42+
uses: pypa/cibuildwheel@v2.23.0
4343
env:
4444
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"
4545
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Build wheels (manylinux)
63-
uses: pypa/cibuildwheel@v2.22.0
63+
uses: pypa/cibuildwheel@v2.23.0
6464
env:
6565
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"
6666
CIBW_ARCHS_LINUX: aarch64
@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383

8484
- name: Build wheels (musllinux)
85-
uses: pypa/cibuildwheel@v2.22.0
85+
uses: pypa/cibuildwheel@v2.23.0
8686
env:
8787
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"
8888
CIBW_ARCHS_LINUX: aarch64
@@ -151,7 +151,7 @@ jobs:
151151
cmake --install .
152152
153153
- name: Build wheels
154-
uses: pypa/cibuildwheel@v2.22.0
154+
uses: pypa/cibuildwheel@v2.23.0
155155
env:
156156
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
157157
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -254,7 +254,7 @@ jobs:
254254
shell: cmd
255255

256256
- name: Build wheels
257-
uses: pypa/cibuildwheel@v2.22.0
257+
uses: pypa/cibuildwheel@v2.23.0
258258
env:
259259
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
260260
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)