Skip to content

Commit

Permalink
we can't do 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 29, 2024
1 parent 20c7bda commit 303d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Python Wheels
env:
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_BUILD: cp3*-manylinux*
run: |
# run cmake to create pyproject.toml from pyproject.toml.in
Expand Down

0 comments on commit 303d729

Please sign in to comment.