Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47515b3

Browse files
committed
Skip Python 3.10 wheels on macOS.
1 parent 6c2c3a9 commit 47515b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Build wheels for CPython 3.10
6464
run: |
6565
python -m cibuildwheel --output-dir dist
66+
if: matrix.os != 'macos-latest'
6667
env:
6768
CIBW_BUILD: "cp310-*"
6869
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

0 commit comments

Comments
 (0)