Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit2bcad69

Browse files
authored
Merge pull request#26982 from meeseeksmachine/auto-backport-of-pr-26976-on-v3.8.x
Backport PR#26976 on branch v3.8.x (Bump pypa/cibuildwheel from 2.16.0 to 2.16.1)
2 parents617b775 +072cc57 commit2bcad69

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)

[8]ページ先頭

©2009-2025 Movatter.jp