Skip to content

Commit b4ec44e

Browse files
chore(deps): bump pypa/cibuildwheel in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23 to 3.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...v3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe04b0 commit b4ec44e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
126126

127127
- name: Build wheels
128-
uses: pypa/cibuildwheel@v2.23
128+
uses: pypa/cibuildwheel@v3.0
129129
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
130130
env:
131131
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -154,7 +154,7 @@ jobs:
154154
fetch-depth: 0 # required for versioneer to find tags
155155

156156
- name: Build wheels
157-
uses: pypa/cibuildwheel@v2.23
157+
uses: pypa/cibuildwheel@v3.0
158158
env:
159159
CIBW_ARCHS: "${{ matrix.arch }}"
160160
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)