Skip to content

Commit

Permalink
Build: Remove incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 4, 2024
1 parent 64423a6 commit 73b9f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
only: ${{ matrix.only }}

- 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'))
uses: pypa/cibuildwheel@v2.17.0
env:
Expand Down

0 comments on commit 73b9f10

Please sign in to comment.