Skip to content

Commit 39e66be

Browse files
committed
added CIBW_ARCHS_MACOS for cibuildwheel
1 parent 6b18da4 commit 39e66be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
output-dir: dist
4949
env:
5050
# CIBW_ARCHS: "${{ github.event_name == 'release' && github.event.action == 'published' && 'all' || 'auto' }}"
51+
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
5152
CIBW_BEFORE_BUILD: pip install -r {project}/requirements.txt
5253
CIBW_BUILD: cp${{ matrix.major }}${{ matrix.minor }}-*
5354
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)