Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84fbae8

Browse files
authored
Merge pull request #29188 from matplotlib/dependabot/github_actions/actions-98419dc9fc
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 in the actions group
2 parents 84c4d7e + 113fa83 commit 84fbae8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
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)