Skip to content

Commit

Permalink
Drop manylinux1 for manylinux_2_24
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 22, 2022
1 parent 1d874a2 commit 5737249
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,22 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade twine tox
- name: Build manylinux1 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux1_x86_64
- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2010_x86_64
with:
python-versions: '${{ matrix.config.tag }}'
# build-requirements: 'cython numpy'
# system-packages: 'lrzip-devel zlib-devel'
package-path: ''
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2010_x86_64
- name: Build manylinux2014 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Build manylinux2014 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
- name: Build manylinux_2_24 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux_2_24_x86_64
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
Expand Down

0 comments on commit 5737249

Please sign in to comment.