File tree Expand file tree Collapse file tree 2 files changed +10
-96
lines changed Expand file tree Collapse file tree 2 files changed +10
-96
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 98
98
arch : i686
99
99
build : " *manylinux*"
100
100
101
+ - name : manylinux-arm
102
+ os : ubuntu-24.04-arm
103
+ cibw :
104
+ build : " *manylinux*"
105
+
101
106
# additional manylinux variants, not specified in pyproject.toml:
102
107
# build with newer 2_28 for cpython >= 3.10, pypy 3.9
103
108
- name : manylinux-x86_64-2_28
@@ -110,6 +115,11 @@ jobs:
110
115
cibw :
111
116
build : " *musllinux*"
112
117
118
+ - name : musllinux-arm
119
+ os : ubuntu-24.04-arm
120
+ cibw :
121
+ build : " *musllinux*"
122
+
113
123
- name : win32
114
124
os : windows-2019
115
125
architecture : x86
@@ -182,38 +192,6 @@ jobs:
182
192
path : " wheelhouse/*"
183
193
if-no-files-found : error
184
194
185
- circle-wheels :
186
- if : github.repository_owner == 'zeromq'
187
- runs-on : ubuntu-22.04
188
- needs :
189
- # not strictly required, but avoids wasting cpu time waiting
190
- - wheel
191
- steps :
192
- - uses : actions/checkout@v4
193
-
194
- - name : setup python
195
- uses : actions/setup-python@v5
196
- with :
197
- python-version : " 3.11"
198
- cache : pip
199
-
200
- - name : install dependencies
201
- run : |
202
- pip install --upgrade setuptools pip wheel
203
- pip install requests
204
-
205
- - name : fetch wheels from circleci
206
- run : python3 tools/circle_wheels.py
207
- env :
208
- CIRCLECI_TOKEN : ${{ secrets.CIRCLECI_TOKEN }}
209
- PR_HEAD_SHA : ${{ github.event.pull_request && github.event.pull_request.head.sha }}
210
-
211
- - uses : actions/upload-artifact@v4
212
- with :
213
- name : wheels-linux-arm
214
- path : " wheelhouse/*"
215
- if-no-files-found : error
216
-
217
195
github-release :
218
196
permissions :
219
197
contents : write
@@ -249,7 +227,6 @@ jobs:
249
227
needs :
250
228
- sdist
251
229
- wheel
252
- - circle-wheels
253
230
steps :
254
231
- uses : actions/download-artifact@v4
255
232
with :
@@ -267,7 +244,6 @@ jobs:
267
244
needs :
268
245
- sdist
269
246
- wheel
270
- - circle-wheels
271
247
steps :
272
248
- uses : actions/download-artifact@v4
273
249
with :
You can’t perform that action at this time.
0 commit comments