From eb7cfc9ff8fb32c42f18c0139188abaa9293f7e9 Mon Sep 17 00:00:00 2001 From: tlopex <820958424@qq.com> Date: Sun, 12 Jul 2026 16:53:58 -0400 Subject: [PATCH] [FIX][Python] Use standard scikit-build directory --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]