feat: Add build sdist

1. add build sdist into Makefile
2. update the submodule for skyline-console

It's ready for kolla to build image with source packages.

Change-Id: Iee016f241e5c141de4f135a35a406517b3f87e1f
This commit is contained in:
zhu.boxiang 2021-09-27 18:01:40 +08:00
parent 12c0618314
commit da42ade264
7 changed files with 7 additions and 1 deletions

View File

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

View File

@ -31,6 +31,7 @@ install: venv
.PHONY: package
package:
poetry build -f wheel
poetry build -f sdist
.PHONY: fmt

View File

@ -19,6 +19,7 @@ install: venv
.PHONY: package
package:
poetry build -f wheel
poetry build -f sdist
.PHONY: fmt

@ -1 +1 @@
Subproject commit ae266d3d74f3d93af894857cc5fd4f07f77d1a20
Subproject commit 1d430c8f86190c7383d3498d958c7940b7faa4d7

View File

@ -19,6 +19,7 @@ install: venv
.PHONY: package
package:
poetry build -f wheel
poetry build -f sdist
.PHONY: fmt

View File

@ -19,6 +19,7 @@ install: venv
.PHONY: package
package:
poetry build -f wheel
poetry build -f sdist
.PHONY: fmt

View File

@ -20,6 +20,7 @@ install: venv
.PHONY: package
package:
poetry build -f wheel
poetry build -f sdist
.PHONY: fmt