Skip to content

Commit

Permalink
CIBW: skip MUSL
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Oct 9, 2023
1 parent bc1a043 commit 853969b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ docs = [
build-frontend = "build"
config-settings = { "build-args" = "--full-build" }
skip = [
"pp*" # we don't support PyPy
"*musl*", # we don't support MUSL Linux
"pp*", # we don't support PyPy
]

0 comments on commit 853969b

Please sign in to comment.