8000 Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 · matplotlib/matplotlib@df8eb6b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df8eb6b

Browse files
Bump pypa/cibuildwheel from 2.16.0 to 2.16.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@a873dd9...7da7df1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cb8c6a commit df8eb6b

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

138138
- name: Build wheels for CPython 3.12
139-
uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
139+
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
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@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
161+
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
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@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
169+
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
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@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
177+
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
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@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
185+
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
186186
with:
187187
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188188
env:

0 commit comments

Comments
 (0)
0