Skip to content

Commit bd2008f

Browse files
build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.1.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a29c79 commit bd2008f

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
@@ -19,14 +19,14 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Build wheels (manylinux)
22-
uses: pypa/cibuildwheel@v3.0.1
22+
uses: pypa/cibuildwheel@v3.1.3
2323
env:
2424
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"
2525
CIBW_BUILD: "*-manylinux_x86_64"
2626
CIBW_ENABLE: pypy
2727

2828
- name: Build wheels (musllinux)
29-
uses: pypa/cibuildwheel@v3.0.1
29+
uses: pypa/cibuildwheel@v3.1.3
3030
env:
3131
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"
3232
CIBW_BUILD: "*-musllinux_x86_64"
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Build wheels (manylinux)
50-
uses: pypa/cibuildwheel@v3.0.1
50+
uses: pypa/cibuildwheel@v3.1.3
5151
env:
5252
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"
5353
CIBW_ARCHS_LINUX: aarch64
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Build wheels (musllinux)
72-
uses: pypa/cibuildwheel@v3.0.1
72+
uses: pypa/cibuildwheel@v3.1.3
7373
env:
7474
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"
7575
CIBW_ARCHS_LINUX: aarch64
@@ -132,7 +132,7 @@ jobs:
132132
cmake --install .
133133
134134
- name: Build wheels
135-
uses: pypa/cibuildwheel@v3.0.1
135+
uses: pypa/cibuildwheel@v3.1.3
136136
env:
137137
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
138138
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -238,7 +238,7 @@ jobs:
238238
shell: cmd
239239

240240
- name: Build wheels
241-
uses: pypa/cibuildwheel@v3.0.1
241+
uses: pypa/cibuildwheel@v3.1.3
242242
env:
243243
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
244244
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)