diff --git a/pyproject.toml b/pyproject.toml index b680196..7367563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]