Skip to content

Commit f141bef

Browse files
authored
Merge pull request numpy#28586 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.23.2
MAINT: Bump pypa/cibuildwheel from 2.23.1 to 2.23.2
2 parents f9e5fd2 + 5213cd3 commit f141bef

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
@@ -49,7 +49,7 @@ jobs:
4949
fetch-tags: true
5050
persist-credentials: false
5151

52-
- uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # 2.23.1
52+
- uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
5353
env:
5454
CIBW_PLATFORM: pyodide
5555

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
172172
173173
- name: Build wheels
174-
uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
174+
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
175175
env:
176176
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177177

0 commit comments

Comments
 (0)