We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53f4cc5 + bbb40dc commit be2e1dcCopy full SHA for be2e1dc
.github/workflows/emscripten.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-tags: true
50
persist-credentials: false
51
52
- - uses: pypa/cibuildwheel@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # 2.23.0
+ - uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # 2.23.1
53
env:
54
CIBW_PLATFORM: pyodide
55
.github/workflows/wheels.yml
@@ -171,7 +171,7 @@ jobs:
171
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
172
173
- name: Build wheels
174
- uses: pypa/cibuildwheel@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23.0
+ uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
175
176
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177
0 commit comments