File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 60
60
runs-on : ${{ matrix.os }}
61
61
strategy :
62
62
matrix :
63
- os : [ubuntu-24.04, windows-2019, macos-14]
63
+ os : [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14]
64
64
env :
65
65
CIBW_SKIP : cp27-*
66
66
steps :
72
72
name : cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}
73
73
path : ./wheelhouse/*.whl
74
74
75
- build-wheels-linux-aarch64 :
76
- name : Build wheels (ubuntu-24.04-aarch64)
77
- needs : [tests, linters]
78
- runs-on : ubuntu-24.04
79
- env :
80
- CIBW_SKIP : cp27-*
81
- steps :
82
- - uses : actions/checkout@v3
83
- - name : Set up QEMU
84
- if : runner.os == 'Linux'
85
- uses : docker/setup-qemu-action@v2
86
- - name : Build wheels
87
- uses : pypa/cibuildwheel@v2.20.0
88
- env :
89
- CIBW_ARCHS_LINUX : aarch64
90
- - uses : actions/upload-artifact@v4
91
- with :
92
- name : cibw-wheels-arm-${{ matrix.os }}-${{ strategy.job-index }}
93
- path : ./wheelhouse/*.whl
94
-
95
75
publish :
96
76
name : Publish on PyPI
97
- needs : [build-sdist, build-wheels, build-wheels-linux-aarch64 ]
77
+ needs : [build-sdist, build-wheels]
98
78
runs-on : ubuntu-24.04
99
79
steps :
100
80
- uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments