We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b06a94e + 17d6e99 commit 6847bf5Copy full SHA for 6847bf5
2 files changed
.github/workflows/emscripten.yml
@@ -36,7 +36,7 @@ jobs:
36
fetch-tags: true
37
persist-credentials: false
38
39
- - uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
+ - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
40
env:
41
CIBW_PLATFORM: pyodide
42
CIBW_BUILD: cp312-*
.github/workflows/wheels.yml
@@ -102,7 +102,7 @@ jobs:
102
fi
103
104
- name: Build wheels
105
- uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
+ uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
106
107
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
108
0 commit comments