We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f55e61 commit 4a45c05Copy full SHA for 4a45c05
1 file changed
.github/workflows/build_wheels.yml
@@ -61,14 +61,14 @@ jobs:
61
use-qemu: true
62
}
63
- {
64
- name: "Ubuntu Latest (x86_64, muslinux)",
+ name: "Ubuntu Latest (x86_64, musllinux)",
65
os: ubuntu-latest,
66
- cibw-arch: muslinux_x86_64
+ cibw-arch: musllinux_x86_64
67
68
69
- name: "Ubuntu Latest (ARM64, muslinux)",
+ name: "Ubuntu Latest (ARM64, musllinux)",
70
71
- cibw-arch: muslinux_aarch64,
+ cibw-arch: musllinux_aarch64,
72
73
74
0 commit comments