diff --git a/pyproject.toml b/pyproject.toml index 4d291351d9cc..810a86349f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev = [{ include-group = "test" }, { include-group = "lint" }] [tool.scikit-build] cmake.build-type = "Release" wheel.py-api = "py3" -build-dir = "build/{wheel_tag}" +build-dir = "build" # Wheel configuration wheel.packages = ["python/tvm"]