Add FAQ entry explaining Apple Silicon support

This commit is contained in:
Joe Rickerby
2021-01-24 17:03:46 +00:00
parent ef1baac8e2
commit 8c68e4882c
2 changed files with 45 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Build
on: [push, pull_request]
jobs:
build_wheels_macos:
name: Build wheels on macos-11.0
runs-on: macos-11.0
steps:
- uses: actions/checkout@v2
- name: Build wheels
run: |
pipx run cibuildwheel==1.8.0 --output-dir wheelhouse
env:
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl