File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
submodules : true
26
26
27
27
- name : Build wheels
28
- uses : pypa/cibuildwheel@v2.1.1
28
+ uses : pypa/cibuildwheel@v2.3.0
29
29
env :
30
30
# Skip build errors
31
- CIBW_SKIP : " cp310 -macosx_x86_64 pp*-macosx_x86_64 pp*-win *"
31
+ CIBW_SKIP : " pp37 -macosx_x86_64 pp38- *"
32
32
33
33
- uses : actions/upload-artifact@v2
34
34
with :
@@ -49,17 +49,18 @@ jobs:
49
49
platforms : all
50
50
51
51
- name : Build wheels
52
- uses : pypa/cibuildwheel@v2.1.1
52
+ uses : pypa/cibuildwheel@v2.3.0
53
53
env :
54
54
CIBW_ARCHS_LINUX : aarch64
55
+ CIBW_BUILD : cp*-manylinux_aarch64
55
56
56
57
- uses : actions/upload-artifact@v2
57
58
with :
58
59
path : ./wheelhouse/*.whl
59
60
60
61
build_sdist :
61
62
name : Build source distribution
62
- runs-on : ubuntu-latest
63
+ runs-on : ubuntu-20.04
63
64
steps :
64
65
- uses : actions/checkout@v2
65
66
with :
You can’t perform that action at this time.
0 commit comments