Skip to content

Commit

Permalink
Build: Fix action condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 4, 2024
1 parent 73b9f10 commit eba755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -138,7 +138,7 @@ jobs:
only: ${{ matrix.only }}

- name: Build old Linux wheels
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 eba755f

Please sign in to comment.