Skip to content

Commit

Permalink
try to refine build/skip
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 3, 2024
1 parent d44942f commit 1ef6b48
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 @@ -23,7 +23,8 @@ test-command = "pytest {project}/tests"
test-requires = "pytest msprime hypothesis"

[tool.cibuildwheel.linux]
build = "cp*manylinux*"
manylinux-x86_64-image = "manylinux_2_28"
before-all = "./deployment/linux_wheels/cibuildwheel.sh"
archs = "x86_64"
skip = "pp* *musllinux*"
# skip = "pp* *musllinux*"

0 comments on commit 1ef6b48

Please sign in to comment.