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

Skip to content

Commit 037aa09

Browse files
authored
Merge pull request #27040 from matplotlib/dependabot/github_actions/pypa/cibuildwheel-2.16.2
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
2 parents 449cdb7 + 4f32e81 commit 037aa09

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

139139
- name: Build wheels for CPython 3.12
140-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
140+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
141141
with:
142142
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143143
env:
@@ -159,31 +159,31 @@ jobs:
159159
pip install --pre "numpy>=1.25"
160160
161161
- name: Build wheels for CPython 3.11
162-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
162+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
163163
with:
164164
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
165165
env:
166166
CIBW_BUILD: "cp311-*"
167167
CIBW_ARCHS: ${{ matrix.cibw_archs }}
168168

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

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

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

0 commit comments

Comments
 (0)