feat: Add build sdist

Add build sdist into Makefile.

Change-Id: Ied457d8b084b5366394170b9aa60cc1327601ad7
This commit is contained in:
zhu.boxiang 2021-09-27 17:12:20 +08:00
parent ae0fb5c2fa
commit 1d430c8f86

View File

@ -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