Skip to content

Commit 22959f1

Browse files
committed
Internal: run uv lock as part of bump_version
1 parent f1115f6 commit 22959f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/bump_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def bump_version(major: bool, minor: bool, patch: bool, target_version: str | No
4444
if dry_run:
4545
click.echo(f"Dry run complete. Version would be bumped to {new_version}")
4646
else:
47+
os.system("uv lock")
4748
click.echo(f"Bumped version to {new_version}")
4849
os.system("git add -u")
4950
os.system(f'git commit -m "Release v{new_version}"')

0 commit comments

Comments
 (0)