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 27d47b3 commit 06f5cd1Copy full SHA for 06f5cd1
.github/workflows/wheels.yml
@@ -77,22 +77,22 @@ jobs:
77
platform: linux
78
os: ubuntu-latest
79
cibw_arch: x86_64
80
+ manylinux: "manylinux2014"
81
- name: "manylinux_2_28 x86_64"
82
83
84
85
build: "*manylinux*"
- manylinux: "manylinux_2_28"
86
- name: "manylinux2014 and musllinux aarch64"
87
88
os: ubuntu-24.04-arm
89
cibw_arch: aarch64
90
91
- name: "manylinux_2_28 aarch64"
92
93
94
95
96
- name: "iOS arm64 device"
97
platform: ios
98
os: macos-latest
0 commit comments