Skip to content

Commit 787315e

Browse files
Build: bump pypa/cibuildwheel in the github-actions group (#464)
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23.3 to 3.0.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb3adb1 commit 787315e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ jobs:
134134
platforms: all
135135

136136
- name: Build wheels
137-
uses: pypa/cibuildwheel@v2.23.3
137+
uses: pypa/cibuildwheel@v3.0.0
138138
with:
139139
only: ${{ matrix.only }}
140140

141141
- name: Build old Linux wheels
142142
if: contains(matrix.only, '-manylinux_') && startsWith(matrix.only, 'cp36-') && (contains(matrix.only, 'i686') || contains(matrix.only, 'x86_64'))
143-
uses: pypa/cibuildwheel@v2.23.3
143+
uses: pypa/cibuildwheel@v3.0.0
144144
env:
145145
CIBW_MANYLINUX_i686_IMAGE: manylinux1
146146
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build faster Linux wheels
151151
# also build wheels with the most recent manylinux images and gcc
152152
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
153-
uses: pypa/cibuildwheel@v2.23.3
153+
uses: pypa/cibuildwheel@v3.0.0
154154
env:
155155
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
156156
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)