Skip to content

Commit bd37eb8

Browse files
committed
pyproject: use build frontend for cibuildwheel instead of pip
1 parent 30608b0 commit bd37eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ exclude_lines = [
7171

7272
[tool.cibuildwheel]
7373
build = ["cp39-*", "cp310-*", "cp311-*"]
74+
build-frontend = "build"
7475
build-verbosity = 1
7576
before-all = "{package}/.github/buildlib"
7677
test-requires = "pytest"

0 commit comments

Comments
 (0)