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 6b18da4 commit 39e66beCopy full SHA for 39e66be
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
output-dir: dist
49
env:
50
# CIBW_ARCHS: "${{ github.event_name == 'release' && github.event.action == 'published' && 'all' || 'auto' }}"
51
+ CIBW_ARCHS_MACOS: x86_64 universal2 arm64
52
CIBW_BEFORE_BUILD: pip install -r {project}/requirements.txt
53
CIBW_BUILD: cp${{ matrix.major }}${{ matrix.minor }}-*
54
CIBW_BUILD_VERBOSITY: 1
0 commit comments