diff --git a/.github/workflows/generate-wheels.yml b/.github/workflows/generate-wheels.yml index a6d8f36..30469b6 100644 --- a/.github/workflows/generate-wheels.yml +++ b/.github/workflows/generate-wheels.yml @@ -19,7 +19,7 @@ jobs: pip install twine flake8 # NOTE: This is a nightmare with f2c so disabled manylinux - name: Build manylinux Python wheels - uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux_2_24_x86_64 + uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_x86_64 with: python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39' build-requirements: 'numpy'