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 0641ba6 commit 2e00078Copy full SHA for 2e00078
.github/workflows/build.yml
@@ -89,6 +89,7 @@ jobs:
89
env:
90
CIBW_BUILD_VERBOSITY: 1
91
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
92
+ CIBW_ARCHS_MACOS: "x86_64 arm64"
93
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-linux_aarch64 *-linux_armv7l"
94
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
95
CIBW_TEST_EXTRAS: "test"
0 commit comments