Skip to content

Commit

Permalink
remove i686 from manylinux_2_28 build because it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Hartweg committed Sep 1, 2023
1 parent f0c34ac commit db67cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
CIBW_SKIP: ${{ matrix.cibw_skip }}
CIBW_BUILD_VERBOSITY: 1
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
run: python -m cibuildwheel

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit db67cfc

Please sign in to comment.