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

Commite5225b4

Browse files
authored
Merge pull request#28526 from matplotlib/dependabot/github_actions/actions-e59861b654
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 in the actions group
2 parentsb8dbc99 +0696fe9 commite5225b4

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
@@ -135,39 +135,39 @@ jobs:
135135
path:dist/
136136

137137
-name:Build wheels for CPython 3.12
138-
uses:pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf# v2.19.1
138+
uses:pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09# v2.19.2
139139
with:
140140
package-dir:dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
141141
env:
142142
CIBW_BUILD:"cp312-*"
143143
CIBW_ARCHS:${{ matrix.cibw_archs }}
144144

145145
-name:Build wheels for CPython 3.11
146-
uses:pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf# v2.19.1
146+
uses:pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09# v2.19.2
147147
with:
148148
package-dir:dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
150150
CIBW_BUILD:"cp311-*"
151151
CIBW_ARCHS:${{ matrix.cibw_archs }}
152152

153153
-name:Build wheels for CPython 3.10
154-
uses:pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf# v2.19.1
154+
uses:pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09# v2.19.2
155155
with:
156156
package-dir:dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
157157
env:
158158
CIBW_BUILD:"cp310-*"
159159
CIBW_ARCHS:${{ matrix.cibw_archs }}
160160

161161
-name:Build wheels for CPython 3.9
162-
uses:pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf# v2.19.1
162+
uses:pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09# v2.19.2
163163
with:
164164
package-dir:dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
165165
env:
166166
CIBW_BUILD:"cp39-*"
167167
CIBW_ARCHS:${{ matrix.cibw_archs }}
168168

169169
-name:Build wheels for PyPy
170-
uses:pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf# v2.19.1
170+
uses:pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09# v2.19.2
171171
with:
172172
package-dir:dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
173173
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp