mirror of https://github.com/astral-sh/uv
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 https://github.com/astral-sh/uv/pull/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
This commit is contained in:
parent
62bf92132b
commit
d3cd94ecaf
|
|
@ -18,3 +18,4 @@ uv run "$project_root/scripts/bump-workspace-crate-versions.py"
|
|||
|
||||
echo "Updating lockfile..."
|
||||
cargo update -p uv
|
||||
pushd crates/uv-trampoline; cargo update -p uv-trampoline; popd
|
||||
|
|
|
|||
Loading…
Reference in New Issue