Skip to content

Commit 9686515

Browse files
Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.21.2 to 2.21.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@f185952...7940a4c) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47554f3 commit 9686515

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
@@ -143,7 +143,7 @@ jobs:
143143
path: dist/
144144

145145
- name: Build wheels for CPython 3.13
146-
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
146+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
147147
with:
148148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
@@ -163,31 +163,31 @@ jobs:
163163
CIBW_ARCHS: ${{ matrix.cibw_archs }}
164164

165165
- name: Build wheels for CPython 3.12
166-
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
166+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
167167
with:
168168
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169169
env:
170170
CIBW_BUILD: "cp312-*"
171171
CIBW_ARCHS: ${{ matrix.cibw_archs }}
172172

173173
- name: Build wheels for CPython 3.11
174-
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
174+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
175175
with:
176176
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177
env:
178178
CIBW_BUILD: "cp311-*"
179179
CIBW_ARCHS: ${{ matrix.cibw_archs }}
180180

181181
- name: Build wheels for CPython 3.10
182-
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
182+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
183183
with:
184184
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185185
env:
186186
CIBW_BUILD: "cp310-*"
187187
CIBW_ARCHS: ${{ matrix.cibw_archs }}
188188

189189
- name: Build wheels for PyPy
190-
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
190+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
191191
with:
192192
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
193193
env:

0 commit comments

Comments
 (0)