We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2627e6 commit ea82680Copy full SHA for ea82680
.github/workflows/wheels.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Build wheels
39
env:
40
CIBW_SKIP: pp*
41
- CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_34"
42
- CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_34"
+ CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_34_x86_64"
+ CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_34_aarch64"
43
CIBW_ARCHS: "native"
44
CIBW_BEFORE_TEST: "pip install pydantic"
45
CIBW_TEST_COMMAND: "python3 example/example.py"
0 commit comments