Skip to content

Commit a74551b

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #27040: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
1 parent e2049be commit a74551b

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
@@ -139,7 +139,7 @@ jobs:
139139
path: dist/
140140

141141
- name: Build wheels for CPython 3.12
142-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
142+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
143143
with:
144144
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
145145
env:
@@ -161,31 +161,31 @@ jobs:
161161
pip install --pre "numpy>=1.25"
162162
163163
- name: Build wheels for CPython 3.11
164-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
164+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
165165
with:
166166
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
167167
env:
168168
CIBW_BUILD: "cp311-*"
169169
CIBW_ARCHS: ${{ matrix.cibw_archs }}
170170

171171
- name: Build wheels for CPython 3.10
172-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
172+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
173173
with:
174174
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
175175
env:
176176
CIBW_BUILD: "cp310-*"
177177
CIBW_ARCHS: ${{ matrix.cibw_archs }}
178178

179179
- name: Build wheels for CPython 3.9
180-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
180+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
181181
with:
182182
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
183183
env:
184184
CIBW_BUILD: "cp39-*"
185185
CIBW_ARCHS: ${{ matrix.cibw_archs }}
186186

187187
- name: Build wheels for PyPy
188-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
188+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
189189
with:
190190
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
191191
env:

0 commit comments

Comments
 (0)