From 5194b6613067d5d8966eab05a80cb31dd048e673 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 14 Mar 2023 12:32:15 +0800 Subject: [PATCH] Remove --sdist --wheel flags from the build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45aaf4fff4a..d731ff341bc 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: pip install --no-deps -e . package: - python -m build --sdist --wheel + python -m build test: # Run a tmp folder to make sure the tests are run on the installed version