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 a48c673 commit 3e6249bCopy full SHA for 3e6249b
build_scripts/wheels_macOS_M1.sh
@@ -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