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 d1a06af commit 9352c77Copy full SHA for 9352c77
.circleci/config.yml
@@ -88,13 +88,6 @@ workflows:
88
only: /.*/
89
build: "*manylinux*"
90
image: quay.io/pypa/manylinux_2_28_aarch64
91
- - arm-wheels:
92
- name: arm-wheels-musllinux_1_1
93
- filters:
94
- tags:
95
- only: /.*/
96
- build: "*musllinux*"
97
- image: quay.io/pypa/musllinux_1_1_aarch64
98
- arm-wheels:
99
name: arm-wheels-musllinux_1_2
100
filters:
.github/workflows/wheels.yml
@@ -23,8 +23,6 @@ jobs:
23
include:
24
- image: manylinux_2_28_x86_64
25
26
- - image: musllinux_1_1_x86_64
27
28
- image: musllinux_1_2_x86_64
29
build: "*musllinux*"
30
0 commit comments