Skip to content

Commit ae0d30b

Browse files
🦄 (deps): Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 in the actions group (#165)
🦄 (deps): Bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.21.1 to 2.21.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@d4a2945...f185952) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fa3e4e commit ae0d30b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎.github/workflows/cd.yml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install MinGW compiler(s)
5454
run: choco install mingw
5555

56-
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
56+
- uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
5757
with:
5858
package-dir: .
5959
output-dir: wheelhouse
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build binary distribution (wheel) on Windows (arm64)
9191
# We need to use cibuildwheel because it has experimental support for cross-compiling
9292
# to arm64 and setup-python does not have arm64 support on Windows right now
93-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
93+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
9494
with:
9595
package-dir: .
9696
output-dir: wheelhouse
@@ -130,7 +130,7 @@ jobs:
130130
# Note: cibuildwheel will manage installing 32-bit Python on Windows. We
131131
# do not need to do that manually unless we use setup-python instead.
132132
- name: Build binary distribution (wheel) on Windows (i686)
133-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
133+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
134134
with:
135135
package-dir: .
136136
output-dir: wheelhouse
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-latest
160160
steps:
161161
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
162-
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
162+
- uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
163163
with:
164164
package-dir: .
165165
output-dir: wheelhouse
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
platforms: all
197197

198-
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
198+
- uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
199199
with:
200200
package-dir: .
201201
output-dir: wheelhouse
@@ -231,7 +231,7 @@ jobs:
231231
platforms: all
232232

233233
- name: Build binary distribution (wheel) on Linux (s390x)
234-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
234+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
235235
with:
236236
package-dir: .
237237
output-dir: wheelhouse
@@ -267,7 +267,7 @@ jobs:
267267
platforms: all
268268

269269
- name: Build binary distribution (wheel) on Linux (ppc64le)
270-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
270+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
271271
with:
272272
package-dir: .
273273
output-dir: wheelhouse
@@ -304,7 +304,7 @@ jobs:
304304
cache: false
305305
check-latest: true
306306

307-
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
307+
- uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
308308
with:
309309
package-dir: .
310310
output-dir: wheelhouse
@@ -332,7 +332,7 @@ jobs:
332332
cache: false
333333
check-latest: true
334334

335-
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
335+
- uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
336336
with:
337337
package-dir: .
338338
output-dir: wheelhouse

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'arm64'
201201
# We need to use cibuildwheel because it has experimental support for cross-compiling
202202
# to arm64 and setup-python does not have arm64 support on Windows right now
203-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
203+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
204204
with:
205205
package-dir: .
206206
output-dir: wheelhouse
@@ -220,7 +220,7 @@ jobs:
220220
# do not need to do that manually unless we use setup-python instead.
221221
- name: Build binary distribution (wheel) on Windows (i686)
222222
if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'i686'
223-
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
223+
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
224224
with:
225225
package-dir: .
226226
output-dir: wheelhouse

0 commit comments

Comments
 (0)