Merge "refactor: Remove -f of poetry build command"

This commit is contained in:
Zuul 2021-09-29 07:46:51 +00:00 committed by Gerrit Code Review
commit 5614c154ea
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

@ -19,8 +19,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