Skip to content

Commit

Permalink
Update manylinux build workflow (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 30, 2023
1 parent d57837e commit 4fdbeff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,22 @@ 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
if: ${{ matrix.config.python-version != '3.11' }}
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
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PyMassSpec NIST Search
.. end short_desc
.. only:: html

.. image:: https://img.shields.io/appveyor/build/domdfcoding/pyms-nist-search/master?logo=appveyor
:target: https://ci.appveyor.com/project/domdfcoding/pyms-nist-search/branch/master
:alt: AppVeyor Windows Build Status
Expand Down

0 comments on commit 4fdbeff

Please sign in to comment.