Skip to content

Commit d3cd94e

Browse files
authored
Adjust release script to handle uv-trampoline lockfile changes (#16971)
## Summary Given `bump-workspace-crate-versions.py` will bump all crates, we also need to update uv-trampoline lockfile references to those new versions (for uv-static, uv-macros) after #16950. ## Test Plan Ran release script manually and verify uv-trampoline lockfile is up to date after the changes from bump-workspace-crate-versions.py
1 parent 62bf921 commit d3cd94e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ uv run "$project_root/scripts/bump-workspace-crate-versions.py"
1818

1919
echo "Updating lockfile..."
2020
cargo update -p uv
21+
pushd crates/uv-trampoline; cargo update -p uv-trampoline; popd

0 commit comments

Comments
 (0)