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:
parent
12c0618314
commit
da42ade264
1
Makefile
1
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
|
||||
|
||||
|
@ -31,6 +31,7 @@ install: venv
|
||||
.PHONY: package
|
||||
package:
|
||||
poetry build -f wheel
|
||||
poetry build -f sdist
|
||||
|
||||
|
||||
.PHONY: fmt
|
||||
|
@ -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
|
@ -19,6 +19,7 @@ install: venv
|
||||
.PHONY: package
|
||||
package:
|
||||
poetry build -f wheel
|
||||
poetry build -f sdist
|
||||
|
||||
|
||||
.PHONY: fmt
|
||||
|
@ -19,6 +19,7 @@ install: venv
|
||||
.PHONY: package
|
||||
package:
|
||||
poetry build -f wheel
|
||||
poetry build -f sdist
|
||||
|
||||
|
||||
.PHONY: fmt
|
||||
|
@ -20,6 +20,7 @@ install: venv
|
||||
.PHONY: package
|
||||
package:
|
||||
poetry build -f wheel
|
||||
poetry build -f sdist
|
||||
|
||||
|
||||
.PHONY: fmt
|
||||
|
Loading…
Reference in New Issue
Block a user