We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83689d commit 23593c6Copy full SHA for 23593c6
.github/workflows/wheel.yml
@@ -38,7 +38,7 @@ jobs:
38
CIBW_TEST_COMMAND: "pytest {package}/test"
39
CIBW_ARCHS_LINUX: auto aarch64
40
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
41
- CIBW_SKIP: pp*
+ CIBW_SKIP: "pp* cp38-macosx_*"
42
43
- name: Build sdist
44
if: runner.os == 'Linux'
0 commit comments