Skip to content

Commit f71555a

Browse files
authored
Merge pull request #26814 from matplotlib/dependabot/github_actions/pypa/cibuildwheel-2.16.0
Bump pypa/cibuildwheel from 2.15.0 to 2.16.0
2 parents e5945a3 + 18dd02a commit f71555a

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
@@ -136,7 +136,7 @@ jobs:
136136
path: dist/
137137

138138
- name: Build wheels for CPython 3.12
139-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
139+
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
140140
with:
141141
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142142
env:
@@ -158,31 +158,31 @@ jobs:
158158
pip install --pre "numpy>=1.25"
159159
160160
- name: Build wheels for CPython 3.11
161-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
161+
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
162162
with:
163163
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
164164
env:
165165
CIBW_BUILD: "cp311-*"
166166
CIBW_ARCHS: ${{ matrix.cibw_archs }}
167167

168168
- name: Build wheels for CPython 3.10
169-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
169+
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
170170
with:
171171
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172172
env:
173173
CIBW_BUILD: "cp310-*"
174174
CIBW_ARCHS: ${{ matrix.cibw_archs }}
175175

176176
- name: Build wheels for CPython 3.9
177-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
177+
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
178178
with:
179179
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180180
env:
181181
CIBW_BUILD: "cp39-*"
182182
CIBW_ARCHS: ${{ matrix.cibw_archs }}
183183

184184
- name: Build wheels for PyPy
185-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
185+
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
186186
with:
187187
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188188
env:

0 commit comments

Comments
 (0)