Skip to content

Commit ae6fd71

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (cvxpy#2831)
Bumps [pypa/cibuildwheel](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59323dc commit ae6fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
150150
CIBW_ARCHS_MACOS: x86_64 universal2
151151
CIBW_ARCHS_LINUX: auto aarch64
152-
uses: pypa/cibuildwheel@v2.23.3
152+
uses: pypa/cibuildwheel@v3.0.0
153153

154154
- name: Build source
155155
if: ${{github.event_name == 'push' && env.SINGLE_ACTION_CONFIG == 'True'}}

0 commit comments

Comments
 (0)