We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7090649 commit 40e8d63Copy full SHA for 40e8d63
1 file changed
.github/workflows/wheels.yml
@@ -37,12 +37,12 @@ jobs:
37
38
strategy:
39
matrix:
40
- os:
41
- - ubuntu-20.04
42
- target:
43
- # https://quay.io/organization/pypa
44
- - [ manylinux_2_28, x86_64 ]
45
- - [ manylinux_2_28, aarch64 ]
+# os:
+# - ubuntu-20.04
+# target:
+# # https://quay.io/organization/pypa
+# - [ manylinux_2_28, x86_64 ]
+# - [ manylinux_2_28, aarch64 ]
46
include:
47
- os: macos-latest
48
0 commit comments