Thanks to visit codestin.com Credit goes to github.com
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 2578668 commit 84aef60Copy full SHA for 84aef60
1 file changed
.github/workflows/cibuildwheel.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Build wheels for CPython 3.10
64
run: |
65
python -m cibuildwheel --output-dir dist
66
+ if: matrix.os != 'macos-latest'
67
env:
68
CIBW_BUILD: "cp310-*"
69
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
0 commit comments