Skip to content

Commit

Permalink
fix: skip musl, do 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Jul 24, 2024
1 parent 333dc72 commit 2ab5949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: AMD64
# skip CPython 3.12 builds
CIBW_SKIP: "cp312-*"
# skip musl builds
CIBW_SKIP: "*-musllinux_*"

build_wheels:
name: Build ${{ matrix.only }}
Expand Down

0 comments on commit 2ab5949

Please sign in to comment.