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:
Rusty Russell
2025-08-28 12:16:35 +09:30
committed by madelinevibes
parent 147eb22533
commit 8ebd3da7b5

View File

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