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 9bcefc4 commit fc98982Copy full SHA for fc98982
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
import os
52
import json
53
reduced = [
54
- ("x86_64", "ubuntu-24.04", ("manylinux_2_31")),
+ ("x86_64", "ubuntu-24.04", ("manylinux_2_31",)),
55
# ("x86_64", "ubuntu-24.04", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
56
# ("aarch64", "ubuntu-24.04-arm", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
57
# ("i686", "ubuntu-24.04", ("manylinux2014", "musllinux_1_2")),
0 commit comments