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 04b7857 commit 194ba07Copy full SHA for 194ba07
.github/workflows/wheel.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
CIBW_TEST_REQUIRES: "pytest"
33
CIBW_TEST_COMMAND: "pytest {package}/test"
34
- CIBW_SKIP: "pp*"
+ CIBW_SKIP: "pp* cp38-macosx_*"
35
36
- name: Build sdist
37
if: runner.os == 'Linux'
0 commit comments