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 fe002e8 commit 0404446Copy full SHA for 0404446
.github/workflows/wheels.yml
@@ -25,13 +25,13 @@ jobs:
25
python-version: '3.10'
26
27
- name: Install cibuildwheel
28
- run: python -m pip install --upgrade wheel setuptools pip cibuildwheel
+ run: python -m pip install --upgrade pip wheel setuptools cibuildwheel
29
30
- name: Build wheels
31
run: python -m cibuildwheel --output-dir wheelhouse
32
# Options (https://cibuildwheel.readthedocs.io/en/stable/options/)
33
env:
34
- CIBW_SKIP: cp36-* cp37-* pp37-* *musllinux*
+ CIBW_SKIP: cp36-* cp37-* cp38-* *pp37-* pp38-* *musllinux*
35
CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi
36
CIBW_ARCHS_MACOS: "x86_64 arm64"
37
CIBW_ARCHS_WINDOWS: "AMD64"
0 commit comments