Use `cargo update -p uv` for release instead of `cargo check` (#2786)

This is faster and accomplishes what we want
This commit is contained in:
Zanie Blue 2024-04-02 18:12:47 -05:00 committed by GitHub
parent 0046a0d596
commit 4c3e5f0f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cd "$project_root"
rooster release "$@" rooster release "$@"
echo "Updating lockfile..." echo "Updating lockfile..."
cargo check cargo update -p uv
echo "Generating contributors list..." echo "Generating contributors list..."
echo "" echo ""