diff --git a/Makefile b/Makefile index 1fe89ef..8ef1dde 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ $(INSTALL_LIBS): PACKAGE_LIBS := $(addsuffix .package,$(LIB_PATHS)) package: $(PACKAGE_LIBS) poetry build -f wheel + poetry build -f sdist $(PACKAGE_LIBS): $(MAKE) -C $(basename $@) package diff --git a/libs/skyline-apiserver/Makefile b/libs/skyline-apiserver/Makefile index 502ff34..2c61181 100644 --- a/libs/skyline-apiserver/Makefile +++ b/libs/skyline-apiserver/Makefile @@ -31,6 +31,7 @@ install: venv .PHONY: package package: poetry build -f wheel + poetry build -f sdist .PHONY: fmt diff --git a/libs/skyline-config/Makefile b/libs/skyline-config/Makefile index 552dbbb..d8f7ea3 100644 --- a/libs/skyline-config/Makefile +++ b/libs/skyline-config/Makefile @@ -19,6 +19,7 @@ install: venv .PHONY: package package: poetry build -f wheel + poetry build -f sdist .PHONY: fmt diff --git a/libs/skyline-console b/libs/skyline-console index ae266d3..1d430c8 160000 --- a/libs/skyline-console +++ b/libs/skyline-console @@ -1 +1 @@ -Subproject commit ae266d3d74f3d93af894857cc5fd4f07f77d1a20 +Subproject commit 1d430c8f86190c7383d3498d958c7940b7faa4d7 diff --git a/libs/skyline-log/Makefile b/libs/skyline-log/Makefile index 552dbbb..d8f7ea3 100644 --- a/libs/skyline-log/Makefile +++ b/libs/skyline-log/Makefile @@ -19,6 +19,7 @@ install: venv .PHONY: package package: poetry build -f wheel + poetry build -f sdist .PHONY: fmt diff --git a/libs/skyline-nginx/Makefile b/libs/skyline-nginx/Makefile index 552dbbb..d8f7ea3 100644 --- a/libs/skyline-nginx/Makefile +++ b/libs/skyline-nginx/Makefile @@ -19,6 +19,7 @@ install: venv .PHONY: package package: poetry build -f wheel + poetry build -f sdist .PHONY: fmt diff --git a/libs/skyline-policy-manager/Makefile b/libs/skyline-policy-manager/Makefile index 32c9cb4..4edcdf2 100644 --- a/libs/skyline-policy-manager/Makefile +++ b/libs/skyline-policy-manager/Makefile @@ -20,6 +20,7 @@ install: venv .PHONY: package package: poetry build -f wheel + poetry build -f sdist .PHONY: fmt