Skip to content

Commit

Permalink
There is no -manylinux- in cp36-manylinux_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Apr 4, 2024
1 parent 8509d4f commit 7c2216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Build old Linux wheels
# also build wheels with the most recent manylinux images and gcc
if: contains(matrix.only, '-manylinux-') && startsWith(matrix.only, 'cp36-') && (contains(matrix.only, 'i686') || contains(matrix.only, 'x86_64'))
if: contains(matrix.only, '-manylinux') && startsWith(matrix.only, 'cp36-') && (contains(matrix.only, 'i686') || contains(matrix.only, 'x86_64'))
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_MANYLINUX_i686_IMAGE: manylinux1
Expand Down

0 comments on commit 7c2216c

Please sign in to comment.