Skip to content

Commit

Permalink
remove 32-bit wheel conf
Browse files Browse the repository at this point in the history
Signed-off-by: Tom V <[email protected]>
  • Loading branch information
tomviner committed Oct 2, 2024
1 parent 98921f7 commit 24ab019
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,8 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.python-build }}
CIBW_SKIP: '*musllinux*'
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014

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

0 comments on commit 24ab019

Please sign in to comment.