Skip to content

Commit

Permalink
Bump RalfG/python-wheels-manylinux-build
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 30, 2023
1 parent d57837e commit d5e5ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ jobs:
python -m pip install --upgrade twine tox~=3.0
- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2010_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_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
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
pip-wheel-args: '--no-deps -w ./wheelhouse'

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

0 comments on commit d5e5ec9

Please sign in to comment.