Skip to content

Commit 251f1dc

Browse files
build(deps): Bump pypa/cibuildwheel in the actions group (#22)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.4...v3.2.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13fd104 commit 251f1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: docker/[email protected]
115115
if: matrix.use_qemu
116116

117-
- uses: pypa/cibuildwheel@v3.1.4
117+
- uses: pypa/cibuildwheel@v3.2.0
118118
env:
119119
CIBW_BUILD: "cp312-*"
120120
CIBW_ARCHS: "${{ matrix.arch }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/[email protected]
105105
if: matrix.use_qemu
106106

107-
- uses: pypa/cibuildwheel@v3.1.4
107+
- uses: pypa/cibuildwheel@v3.2.0
108108
env:
109109
CIBW_BUILD: "${{ matrix.python-version }}-*"
110110
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)