Skip to content

Commit 1f0ac5f

Browse files
BLD: Add cibuildwheel config
* Add cibuildwheel tool table to pyproject.toml, defaulting to using 'build[uv]' as the build frontend.
1 parent b05599d commit 1f0ac5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ requires = [
44
"wheel",
55
"Cython"
66
]
7+
8+
[tool.cibuildwheel]
9+
build-frontend = "build[uv]"
10+
enable = ["cpython-freethreading"]
11+
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]

0 commit comments

Comments
 (0)