Skip to content

Commit

Permalink
ababa
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 27, 2023
1 parent cbbe2ed commit f2b55c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ color = true
preview = true

[tool.cibuildwheel]
musllinux-x86_64-image = "musllinux_1_2"
musllinux-i686-image = "musllinux_1_2"
musllinux-aarch64-image = "musllinux_1_2"
musllinux-i686-image = "musllinux_1_2"
musllinux-ppc64le-image = "musllinux_1_2"
musllinux-s390x-image = "musllinux_1_2"
musllinux-x86_64-image = "musllinux_1_2"
skip = "pp*"

test-command = [
"cd {package}/tests",
"python -m unittest -fv",
Expand Down

0 comments on commit f2b55c6

Please sign in to comment.