We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c289cb2 commit a6d7ec5Copy full SHA for a6d7ec5
.github/workflows/dist.yml
@@ -80,13 +80,6 @@ jobs:
80
CIBW_BUILD: ${{ matrix.buildplat[2] }}
81
run: python -m cibuildwheel --output-dir wheelhouse
82
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
90
- name: Assert all versions in wheelhouse
91
if: ${{ ! startsWith(matrix.buildplat[1], 'macos') }}
92
run: |
0 commit comments