Skip to content

Commit 113fa83

Browse files
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.21.3 to 2.22.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@7940a4c...ee63bf1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07002c2 commit 113fa83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: dist/
144144

145145
- name: Build wheels for CPython 3.13
146-
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
146+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
147147
with:
148148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
@@ -161,31 +161,31 @@ jobs:
161161
CIBW_ARCHS: ${{ matrix.cibw_archs }}
162162

163163
- name: Build wheels for CPython 3.12
164-
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
164+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
165165
with:
166166
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
167167
env:
168168
CIBW_BUILD: "cp312-*"
169169
CIBW_ARCHS: ${{ matrix.cibw_archs }}
170170

171171
- name: Build wheels for CPython 3.11
172-
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
172+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
173173
with:
174174
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
175175
env:
176176
CIBW_BUILD: "cp311-*"
177177
CIBW_ARCHS: ${{ matrix.cibw_archs }}
178178

179179
- name: Build wheels for CPython 3.10
180-
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
180+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
181181
with:
182182
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
183183
env:
184184
CIBW_BUILD: "cp310-*"
185185
CIBW_ARCHS: ${{ matrix.cibw_archs }}
186186

187187
- name: Build wheels for PyPy
188-
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
188+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
189189
with:
190190
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
191191
env:

0 commit comments

Comments
 (0)