From 4330975f4cb035c51bcd24af3b2bdfc976462713 Mon Sep 17 00:00:00 2001 From: Linlang Date: Tue, 17 Dec 2024 21:02:49 +0800 Subject: [PATCH] fix build error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27824a6d3..ffdc4e305 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ lint: black pylint flake8 mypy nbqa # Build the package. build: - python -m build + python -m build --wheel # Upload the package. upload: