8000 Merge pull request #28854 from numpy/dependabot/github_actions/pypa/c… · numpy/numpy@e05ec39 · GitHub
[go: up one dir, main page]

Skip to content

Commit e05ec39

Browse files
authored
Merge pull request #28854 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.23.3
MAINT: Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
2 parents 000b28d + 2ddc861 commit e05ec39

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@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
52+
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
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@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
174+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
175175
env:
176176
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177177

0 commit comments

Comments
 (0)
0