Skip to content

Commit bceb8c9

Browse files
committed
build arm64 wheels on windows
1 parent 4b5c9bd commit bceb8c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
2+
requires = ["scikit-build-core >=0.4.3",
3+
"nanobind @ git+https://github.com/wjakob/nanobind@master"]
34
build-backend = "scikit_build_core.build"
45

56
[project]
@@ -38,6 +39,9 @@ build-verbosity = 1
3839
test-command = "pytest {project}/tests"
3940
test-requires = "pytest"
4041

42+
[tool.cibuildwheel.windows]
43+
archs = ["x86", "AMD64", "ARM64"]
44+
4145
# Needed for full C++17 support
4246
[tool.cibuildwheel.macos.environment]
4347
MACOSX_DEPLOYMENT_TARGET = "10.14"

0 commit comments

Comments
 (0)