Skip to content

Commit 99570af

Browse files
authored
Update build_arm.yml
1 parent 6c3ae22 commit 99570af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build aarch64 Linux
1+
name: Build & Publish aarch64 Linux
22
on:
33
release:
44
types: [created]
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get submodules
3131
run: git submodule update --init --recursive
3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.21.3
33+
uses: pypa/cibuildwheel@v3.1.4
3434
env:
3535
CIBW_ARCHS: ${{ matrix.cibw_archs }}
3636
CIBW_SKIP: "pp*"

0 commit comments

Comments
 (0)