Skip to content

Commit

Permalink
CI: build 32bit wheels for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 14, 2025
1 parent 9e61738 commit 11061f1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@ version = {attr = "knot_floer_homology.__version__"}
[tool.cibuildwheel]
build = "cp38* cp39* cp310* cp311* cp312* cp313*"
skip = "*musllinux*"
test-command = "python -m knot_floer_homology.test"

[tool.cibuildwheel.macos]
archs = "auto64"
test-command = "python -m knot_floer_homology.test"

[tool.cibuildwheel.linux]
archs = "native"
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"

[tool.cibuildwheel.windows]
archs = "all"

0 comments on commit 11061f1

Please sign in to comment.