Skip to content

Commit

Permalink
pyproject: use build frontend for cibuildwheel instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 27, 2022
1 parent 30608b0 commit bd37eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ exclude_lines = [

[tool.cibuildwheel]
build = ["cp39-*", "cp310-*", "cp311-*"]
build-frontend = "build"
build-verbosity = 1
before-all = "{package}/.github/buildlib"
test-requires = "pytest"
Expand Down

0 comments on commit bd37eb8

Please sign in to comment.