File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - name : Set up QEMU
16
+ if : runner.os == 'Linux'
17
+ uses : docker/setup-qemu-action@v1
18
+ with :
19
+ platforms : all
15
20
- name : Build wheels
16
21
uses : joerick/cibuildwheel@v1.11.0
17
22
env :
18
23
CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-*"
24
+ CIBW_ARCHS_LINUX : auto aarch64
Original file line number Diff line number Diff line change @@ -15,10 +15,16 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
18
+ - name : Set up QEMU
19
+ if : runner.os == 'Linux'
20
+ uses : docker/setup-qemu-action@v1
21
+ with :
22
+ platforms : all
18
23
- name : Build wheels
19
24
uses : joerick/cibuildwheel@v1.11.0
20
25
env :
21
26
CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-*"
27
+ CIBW_ARCHS_LINUX : auto aarch64
22
28
- uses : actions/upload-artifact@v2
23
29
with :
24
30
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments