Commit bde6d88
authored
fix(scripts): add uv lock refresh to version update script (#50)
The update_version.py script now runs `uv lock` after updating the
version in __init__.py. This ensures that uv.lock stays in sync when
pyproject.toml version changes, preventing potential lockfile
inconsistencies after release-please updates.
Changes:
- Import subprocess module for running shell commands
- Add `uv lock` execution at the end of main()
- Update docstring to reflect the additional responsibility1 parent e0a67c2 commit bde6d88
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
0 commit comments