Skip to content

Commit 7aee910

Browse files
authored
feat: add manylinux_armv7l wheel (#150)
1 parent 77f2d5e commit 7aee910

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
build: "musllinux_"
3838
artifact_suffix: "musllinux_aarch64"
3939
use_qemu: true
40+
- os: ubuntu-20.04
41+
arch: "armv7l"
42+
build: "manylinux_"
43+
artifact_suffix: "manylinux_armv7l"
44+
use_qemu: true
4045
- os: ubuntu-20.04
4146
arch: "armv7l"
4247
build: "musllinux_"
@@ -100,7 +105,7 @@ jobs:
100105
run: which pipx || brew install pipx
101106
if: runner.os == 'macOS'
102107
- name: Build wheels
103-
uses: pypa/cibuildwheel@v2.21.2
108+
uses: pypa/cibuildwheel@v2.22.0
104109
env:
105110
CIBW_ARCHS: "${{ matrix.arch }}"
106111
CIBW_BUILD: "cp39-${{ matrix.build }}*"

0 commit comments

Comments
 (0)