Skip to content

Commit

Permalink
build: use uv for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 21, 2024
1 parent 20df7bb commit f592bea
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 @@ -76,6 +76,7 @@ test-command = "datasetbuilder -h"
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
test-skip = "*-win_amd64 cp311-*"
before-test = ["alias pip=uv pip"]

[tool.cibuildwheel.linux]
environment-pass = ["CIBW_BUILD"]
Expand Down

0 comments on commit f592bea

Please sign in to comment.