Skip to content

Commit a6d7ec5

Browse files
committed
drop the manylinux1 wheels
1 parent c289cb2 commit a6d7ec5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
CIBW_BUILD: ${{ matrix.buildplat[2] }}
8181
run: python -m cibuildwheel --output-dir wheelhouse
8282

83-
- name: Build manylinux1 wheels
84-
if: ${{ matrix.buildplat[1] == 'manylinux_x86_64' || matrix.buildplat[1] == 'manylinux_i686' }}
85-
env:
86-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
87-
CIBW_MANYLINUX_I686_IMAGE: manylinux1
88-
CIBW_BUILD: "cp39-${{ matrix.buildplat[1] }} cp39-${{ matrix.buildplat[1] }}"
89-
run: python -m cibuildwheel --output-dir wheelhouse
9083
- name: Assert all versions in wheelhouse
9184
if: ${{ ! startsWith(matrix.buildplat[1], 'macos') }}
9285
run: |

0 commit comments

Comments
 (0)