Skip to content

Commit

Permalink
Linux CI: native wheels only
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 14, 2025
1 parent 812a77e commit 748f1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test-command = "python -m FXrays.test"
archs = "auto64 universal2"

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

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 748f1ff

Please sign in to comment.