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.
1 parent 7e00009 commit 809787bCopy full SHA for 809787b
.github/workflows/build_arm.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Get submodules
31
run: git submodule update --init --recursive
32
- name: Build wheels
33
- uses: pypa/cibuildwheel@v3.1.4
+ uses: pypa/cibuildwheel@v2.23.3
34
env:
35
CIBW_ARCHS: ${{ matrix.cibw_archs }}
36
CIBW_SKIP: "pp*"
0 commit comments