Skip to content

Commit 3e6249b

Browse files
committed
M1 binary wheels M1(Python 3.9, 3.10)
1 parent a48c673 commit 3e6249b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build_scripts/wheels_macOS_M1.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export CIBW_SKIP="pp* cp36-* cp37-* cp38-*"
2+
export CIBW_TEST_COMMAND="pytest {project}"
3+
export CIBW_TEST_REQUIRES="pytest piexif"
4+
export CIBW_BUILD_VERBOSITY=1
5+
export CIBW_BUILD="*-macosx_arm64"
6+
export CIBW_ARCHS=arm64
7+
export CIBW_PLATFORM=macos
8+
9+
cibuildwheel --platform macos

0 commit comments

Comments
 (0)