Thanks to visit codestin.com Credit goes to github.com
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 8866fbd commit cce4887Copy full SHA for cce4887
.github/workflows/build-and-release.yaml
@@ -74,6 +74,7 @@ jobs:
74
CIBW_SKIP: "*musllinux* pp*"
75
CIBW_REPAIR_WHEEL_COMMAND: ""
76
CIBW_ARCHS: "aarch64"
77
+ CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DCMAKE_CROSSCOMPILING=ON"
78
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
79
with:
80
output-dir: wheelhouse
0 commit comments