Skip to content

Commit

Permalink
ci: build wheels for musllinux (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino authored Nov 17, 2024
1 parent 42df088 commit bfd1000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: "rustup target add aarch64-apple-darwin x86_64-apple-darwin"
CIBW_BEFORE_ALL_WINDOWS: "rustup target add x86_64-pc-windows-msvc i686-pc-windows-msvc"
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_SKIP: "cp27-* cp34-* cp35-* pp* *-win32 *-win_arm64"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 1
steps:
Expand Down

0 comments on commit bfd1000

Please sign in to comment.