Skip to content

Commit 8ebd3da

Browse files
rustyrussellmadelinevibes
authored andcommitted
Makefile: fix update-versions.
We need to run `uv lock` once the Python versions are updated. Signed-off-by: Rusty Russell <[email protected]>
1 parent 147eb22 commit 8ebd3da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ clean: obsclean
757757
# See doc/contribute-to-core-lightning/contributor-workflow.md
758758
PYLNS=client proto testing
759759
update-versions: update-pyln-versions update-reckless-version update-dot-version update-doc-examples
760+
@uv lock
760761
update-pyln-versions: $(PYLNS:%=update-pyln-version-%)
761762

762763
update-pyln-version-%:

0 commit comments

Comments
 (0)