Skip to content

Commit a20c423

Browse files
author
Jon
committed
keep arch options in pyproject.toml, only move before-build env option
1 parent 43a13b6 commit a20c423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
3030
[tool.cibuildwheel.windows]
3131
archs = ["auto64"]
3232

33-
#[tool.cibuildwheel.linux]
34-
#archs = ["auto", "aarch64"]
33+
[tool.cibuildwheel.linux]
34+
archs = ["auto", "aarch64"]
3535
#before-build = "yum remove -y cmake"
3636

3737
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)