Skip to content

Commit 0b12a62

Browse files
authored
Merge pull request numpy#27391 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.21.0
MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
2 parents a565955 + 9b14cef commit 0b12a62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emscripten.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: recursive
4949
fetch-tags: true
5050

51-
- uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
51+
- uses: pypa/cibuildwheel@79b0dd328794e1180a7268444d46cdf12e1abd01 # v2.21.0
5252
env:
5353
CIBW_PLATFORM: pyodide
5454

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
167167
168168
- name: Build wheels
169-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
169+
uses: pypa/cibuildwheel@79b0dd328794e1180a7268444d46cdf12e1abd01 # v2.21.0
170170
env:
171171
CIBW_PRERELEASE_PYTHONS: True
172172
CIBW_FREE_THREADED_SUPPORT: True

0 commit comments

Comments
 (0)