Skip to content

Commit

Permalink
Remove aarch64 from wheel build
Browse files Browse the repository at this point in the history
The `aarch64` build is taking too long (more than an hour). Since we
need to release the wheels as soon as possible we remove this build
for now until we've figured out what is happening.
  • Loading branch information
rlouf committed Oct 10, 2024
1 parent 4f3e075 commit e59c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
CIBW_ARCHS_LINUX: x86_64 i686
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit e59c568

Please sign in to comment.