Skip to content

Commit 6b26e1c

Browse files
committed
github actions: there is no manylinux_2_28_i686
1 parent f42b78c commit 6b26e1c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)