Skip to content

Commit

Permalink
ci: only build host-native wheels for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Mar 22, 2024
1 parent ffdea4d commit a35a05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin" LIBCST_NO_LOCAL_SCHEME=$LIBCST_NO_LOCAL_SCHEME'
CIBW_SKIP: "cp27-* cp34-* cp35-* pp* *-win32 *-win_arm64 *-musllinux_*"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BUILD_VERBOSITY: 1
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a35a05f

Please sign in to comment.