Skip to content

Commit 1a2372f

Browse files
dependabot[bot]jcfr
authored andcommitted
chore(deps): bump pypa/cibuildwheel from 3.1 to 3.2 in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.1 to 3.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38d4dad commit 1a2372f

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
@@ -133,7 +133,7 @@ jobs:
133133
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
134134

135135
- name: Build wheels
136-
uses: pypa/cibuildwheel@v3.1
136+
uses: pypa/cibuildwheel@v3.2
137137
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
138138
env:
139139
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)