[CI] Add macos wheels (#5249)

Adds macosx python 3.7/3.8/3.10 configurations to python wheels.
This commit is contained in:
rsetaluri 2023-05-23 21:19:18 -07:00 committed by GitHub
parent 9d924a6807
commit 79cd1ec74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ jobs:
cibw_build: cp38-manylinux_x86_64
- os: ubuntu-20.04
cibw_build: cp310-manylinux_x86_64
- os: macos-latest
cibw_build: cp37-macosx_x86_64
- os: macos-latest
cibw_build: cp38-macosx_x86_64
- os: macos-latest
cibw_build: cp310-macosx_x86_64
steps:
- name: Get CIRCT