From 46c3383880b6d9d33f75044a42a3fc5fba7267b3 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sun, 9 Apr 2023 12:01:19 +0200 Subject: [PATCH] build: forgot a line in Makefile Signed-off-by: Stephen L. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f55e942..89644a2 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ install: build: # requires `pip install build` + @+make testrst @+make prebuildclean @+make testpyproject @+python -sBm build # do NOT use the -w flag, otherwise only the wheel will be built, but we need sdist for source distros such as Debian and Gentoo!