We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468261a commit de4089bCopy full SHA for de4089b
.github/workflows/wheels.yml
@@ -35,6 +35,7 @@ jobs:
35
yum install -y openssl openssl-devel
36
fi
37
CIBW_BEFORE_BUILD_MACOS: "brew install openssl"
38
+ CIBW_BUILD: "cp38-*"
39
CIBW_SKIP: "pp*"
40
- uses: actions/upload-artifact@v4
41
with:
0 commit comments