Skip to content

Commit

Permalink
Skip Python 3.10 wheels on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Sep 1, 2021
1 parent 6c2c3a9 commit 47515b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Build wheels for CPython 3.10
run: |
python -m cibuildwheel --output-dir dist
if: matrix.os != 'macos-latest'
env:
CIBW_BUILD: "cp310-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 47515b3

Please sign in to comment.