From 1d430c8f86190c7383d3498d958c7940b7faa4d7 Mon Sep 17 00:00:00 2001 From: "zhu.boxiang" Date: Mon, 27 Sep 2021 17:12:20 +0800 Subject: [PATCH] feat: Add build sdist Add build sdist into Makefile. Change-Id: Ied457d8b084b5366394170b9aa60cc1327601ad7 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8ba523c8..b9336e08 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ package: install rm -rf $(ROOT_DIR)/skyline_console/static yarn run build poetry build -f wheel + poetry build -f sdist .PHONY: fmt