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

Skip to content

Commit 418a816

Browse files
authored
Merge pull request matplotlib#30942 from matplotlib/dependabot/github_actions/actions-c39ac40c9c
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 in the actions group
2 parents d4ff5fa + a0b3aa6 commit 418a816

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: dist/
144144

145145
- name: Build wheels for CPython 3.14
146-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
146+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
147147
with:
148148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
@@ -153,7 +153,7 @@ jobs:
153153
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
154154

155155
- name: Build wheels for CPython 3.13
156-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
156+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
157157
with:
158158
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
159159
env:
@@ -162,23 +162,23 @@ jobs:
162162
CIBW_ARCHS: ${{ matrix.cibw_archs }}
163163

164164
- name: Build wheels for CPython 3.12
165-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
165+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
166166
with:
167167
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168168
env:
169169
CIBW_BUILD: "cp312-*"
170170
CIBW_ARCHS: ${{ matrix.cibw_archs }}
171171

172172
- name: Build wheels for CPython 3.11
173-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
173+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
174174
with:
175175
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176176
env:
177177
CIBW_BUILD: "cp311-*"
178178
CIBW_ARCHS: ${{ matrix.cibw_archs }}
179179

180180
- name: Build wheels for PyPy
181-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
181+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
182182
with:
183183
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184184
env:

0 commit comments

Comments
 (0)