Makefile: fix update-versions.
We need to run `uv lock` once the Python versions are updated. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
madelinevibes
parent
147eb22533
commit
8ebd3da7b5
1
Makefile
1
Makefile
@@ -757,6 +757,7 @@ clean: obsclean
|
||||
# See doc/contribute-to-core-lightning/contributor-workflow.md
|
||||
PYLNS=client proto testing
|
||||
update-versions: update-pyln-versions update-reckless-version update-dot-version update-doc-examples
|
||||
@uv lock
|
||||
update-pyln-versions: $(PYLNS:%=update-pyln-version-%)
|
||||
|
||||
update-pyln-version-%:
|
||||
|
||||
Reference in New Issue
Block a user