Skip to content

Commit 9586b5f

Browse files
build(deps): bump pypa/cibuildwheel from 2.22.0 to 3.1.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.1.2. - [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...v3.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc4ec4e commit 9586b5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
platforms: all
6767

6868
- name: Build wheels for ${{matrix.python-version}} on ${{matrix.os}}
69-
uses: pypa/cibuildwheel@v2.22.0
69+
uses: pypa/cibuildwheel@v3.1.2
7070
env:
7171
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
7272
CIBW_BUILD: "cp${{matrix.python-version}}-manylinux_x86_64 cp${{matrix.python-version}}-macosx_x86_64 cp${{matrix.python-version}}-macosx_universal2 cp${{matrix.python-version}}-macosx_arm64"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
platforms: arm64
6262

6363
- name: Build wheels for ${{matrix.python-version}} on ${{matrix.os}}
64-
uses: pypa/cibuildwheel@v2.22.0
64+
uses: pypa/cibuildwheel@v3.1.2
6565
env:
6666
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
6767
CIBW_BUILD: "cp${{matrix.python-version}}-manylinux_x86_64 cp${{matrix.python-version}}-macosx_x86_64 cp${{matrix.python-version}}-macosx_universal2 cp${{matrix.python-version}}-macosx_arm64"

0 commit comments

Comments
 (0)