We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b3127 commit ca5f50eCopy full SHA for ca5f50e
.github/workflows/manylinux.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build wheels with cibuildwheel
15
uses: pypa/cibuildwheel@v2.22.0
16
env:
17
- CIBW_ARCHS: "x86_64 aarch64"
+ CIBW_ARCHS: "x86_64"
18
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
19
CIBW_BUILD: "cp310-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux*"
20
0 commit comments