Skip to content

Commit ff1f15d

Browse files
authored
trying arm64 build on macos (#34)
* trying arm64 build on macos * skip warning
1 parent 3bc34fb commit ff1f15d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ jobs:
157157
CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$PATH"'
158158
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux2014'
159159
CIBW_MANYLINUX_I686_IMAGE: 'manylinux2014'
160+
CIBW_ARCHS_MACOS: 'x86_64 arm64'
161+
CIBW_TEST_SKIP: '*-macosx_arm64' # see https://cibuildwheel.readthedocs.io/en/stable/faq/#universal2
160162
CIBW_BEFORE_BUILD: >
161163
pip install -U setuptools-rust &&
162164
rustup default nightly &&

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __pycache__/
77
/dist/
88
/build/
99
/env/
10+
/env310/
1011
.pytest_cache/
1112
.mypy_cache/
1213
/sandbox/

0 commit comments

Comments
 (0)