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 6c3ae22 commit 99570afCopy full SHA for 99570af
.github/workflows/build_arm.yml
@@ -1,4 +1,4 @@
1
-name: Build aarch64 Linux
+name: Build & Publish aarch64 Linux
2
on:
3
release:
4
types: [created]
@@ -30,7 +30,7 @@ jobs:
30
- name: Get submodules
31
run: git submodule update --init --recursive
32
- name: Build wheels
33
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@v3.1.4
34
env:
35
CIBW_ARCHS: ${{ matrix.cibw_archs }}
36
CIBW_SKIP: "pp*"
0 commit comments