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 c3b8914 commit e4b7d04Copy full SHA for e4b7d04
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
MACOSX_DEPLOYMENT_TARGET: "10.15"
82
CIBW_ARCHS_MACOS: "x86_64 arm64"
83
- CIBW_SKIP: "cp37-macosx_arm64 cp36*"
+ CIBW_SKIP: "cp37-macosx_arm64 cp36* pp*"
84
with:
85
output-dir: dist
86
- name: "Build manylinux wheels"
0 commit comments