File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -257,32 +257,6 @@ jobs:
257257 name : wheelhouse-manylinux_2_28_x86_64
258258 path : wheelhouse
259259
260- build-manylinux_2_28_i686 :
261-
262- needs :
263- - test
264- - test-on-alsa-kernel
265-
266- runs-on : ubuntu-latest
267-
268- steps :
269- - name : Checkout the code
270- uses : actions/checkout@v3
271- with :
272- fetch-depth : 0
273-
274- - name : Build and test ${{ matrix.manylinux-tag }} wheels
275- uses : docker://quay.io/pypa/manylinux_2_28_i686
276- with :
277- args : linux32 ./build-wheels.sh manylinux_2_28_i686
278-
279- - name : Upload artifacts
280- uses : actions/upload-artifact@v2
281- with :
282- name : wheelhouse-manylinux_2_28_i686
283- path : wheelhouse
284-
285-
286260 publish :
287261
288262 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
@@ -294,7 +268,6 @@ jobs:
294268 - build-manylinux_2_17_x86_64
295269 - build-manylinux_2_17_i686
296270 - build-manylinux_2_28_x86_64
297- - build-manylinux_2_28_i686
298271
299272 runs-on : ubuntu-latest
300273
You can’t perform that action at this time.
0 commit comments