We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc34fb commit ff1f15dCopy full SHA for ff1f15d
.github/workflows/ci.yml
@@ -157,6 +157,8 @@ jobs:
157
CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$PATH"'
158
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux2014'
159
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
162
CIBW_BEFORE_BUILD: >
163
pip install -U setuptools-rust &&
164
rustup default nightly &&
.gitignore
@@ -7,6 +7,7 @@ __pycache__/
7
/dist/
8
/build/
9
/env/
10
+/env310/
11
.pytest_cache/
12
.mypy_cache/
13
/sandbox/
0 commit comments