File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change 31
31
- name : Build wheels
32
32
uses : pypa/cibuildwheel@v2.18.0
33
33
env :
34
+ # don't build i686 wheels
35
+ CIBW_SKIP : " *i686*"
34
36
# disable repair
35
37
CIBW_REPAIR_WHEEL_COMMAND : " "
36
38
with :
42
44
name : wheels-${{ matrix.os }}
43
45
path : ./wheelhouse/*.whl
44
46
45
- build_wheels_arm64 :
46
- name : Build arm64 wheels
47
- runs-on : ubuntu-latest
48
- steps :
49
- - uses : actions/checkout@v4
50
- with :
51
- submodules : " recursive"
52
-
53
- - name : Set up QEMU
54
- uses : docker/setup-qemu-action@v3
55
- with :
56
- platforms : linux/arm64
57
-
58
- - name : Build wheels
59
- uses : pypa/cibuildwheel@v2.18.0
60
- env :
61
- CIBW_SKIP : " *musllinux* pp*"
62
- CIBW_REPAIR_WHEEL_COMMAND : " "
63
- CIBW_ARCHS : " aarch64"
64
- CIBW_BUILD : " cp38-* cp39-* cp310-* cp311-* cp312-*"
65
- with :
66
- output-dir : wheelhouse
67
-
68
- - name : Upload wheels as artifacts
69
- uses : actions/upload-artifact@v4
70
- with :
71
- name : wheels_arm64
72
- path : ./wheelhouse/*.whl
73
-
74
47
build_sdist :
75
48
name : Build source distribution
76
49
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments