Skip to content

Commit 3c76354

Browse files
authored
Merge pull request numpy#27535 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.21.3
MAINT: Bump pypa/cibuildwheel from 2.21.2 to 2.21.3
2 parents b6e4344 + 2dc9a46 commit 3c76354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
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@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
51+
- uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
5252
env:
5353
CIBW_PLATFORM: pyodide
5454

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
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@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
169+
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
170170
env:
171171
CIBW_PRERELEASE_PYTHONS: True
172172
CIBW_FREE_THREADED_SUPPORT: True

0 commit comments

Comments
 (0)