Remove aarch

This commit is contained in:
Matthew Honnibal 2024-09-13 12:35:50 +02:00
parent 419bfaf6e7
commit 83b4015b36

View File

@ -28,7 +28,7 @@ jobs:
- name: Build wheels - name: Build wheels
uses: pypa/cibuildwheel@v2.19.1 uses: pypa/cibuildwheel@v2.19.1
env: env:
CIBW_ARCHS_LINUX: auto aarch64 CIBW_ARCHS_LINUX: auto
with: with:
package-dir: . package-dir: .
output-dir: wheelhouse output-dir: wheelhouse