refactor: Remove -f of poetry build command

1. Remove -f of poetry build command. Merge two commands
as 'poetry build'.
2. Update submodule for skyline-console

Change-Id: I91a04439c3a605a0159890a4603684a785d7a90c
This commit is contained in:
zhu.boxiang 2021-09-29 14:08:57 +08:00
parent 9a8dabe7bb
commit 28429a0ac5
7 changed files with 7 additions and 13 deletions

View File

@ -94,8 +94,7 @@ $(INSTALL_LIBS):
.PHONY: package $(PACKAGE_LIBS)
PACKAGE_LIBS := $(addsuffix .package,$(LIB_PATHS))
package: $(PACKAGE_LIBS)
poetry build -f wheel
poetry build -f sdist
poetry build
$(PACKAGE_LIBS):
$(MAKE) -C $(basename $@) package

View File

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

View File

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

@ -1 +1 @@
Subproject commit 1d430c8f86190c7383d3498d958c7940b7faa4d7
Subproject commit 1b9c23e5c286a263a673bfb0489053f296b42401

View File

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

View File

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

View File

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