Skip to content

Commit 809787b

Browse files
authored
Update build_arm.yml
1 parent 7e00009 commit 809787b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get submodules
3131
run: git submodule update --init --recursive
3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v3.1.4
33+
uses: pypa/cibuildwheel@v2.23.3
3434
env:
3535
CIBW_ARCHS: ${{ matrix.cibw_archs }}
3636
CIBW_SKIP: "pp*"

0 commit comments

Comments
 (0)