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

View file

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