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