Skip to content

Commit 6847bf5

Browse files
authored
Merge pull request numpy#31189 from numpy/dependabot/github_actions/pypa/cibuildwheel-3.4.1
2 parents b06a94e + 17d6e99 commit 6847bf5

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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
39+
- uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
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
@@ -102,7 +102,7 @@ jobs:
102102
fi
103103
104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
105+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
106106
env:
107107
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
108108

0 commit comments

Comments
 (0)