Skip to content

Commit 581d10f

Browse files
authored
Merge pull request numpy#30999 from numpy/dependabot/github_actions/pypa/cibuildwheel-3.4.0
MAINT: Bump pypa/cibuildwheel from 3.3.1 to 3.4.0
2 parents 23e2526 + 8c5b0f9 commit 581d10f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-tags: true
3737
persist-credentials: false
3838

39-
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
39+
- uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
4040
env:
4141
CIBW_PLATFORM: pyodide
4242
CIBW_BUILD: cp312-*

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fi
100100
101101
- name: Build wheels
102-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
102+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
103103
env:
104104
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
105105

0 commit comments

Comments
 (0)