mirror of https://github.com/astral-sh/uv
Upgrade rooster to v0.1.0 (#16025)
This commit is contained in:
parent
1c68977399
commit
15975b00ea
|
|
@ -11,8 +11,7 @@ echo "Updating metadata with rooster..."
|
||||||
cd "$project_root"
|
cd "$project_root"
|
||||||
|
|
||||||
# Update the changelog
|
# Update the changelog
|
||||||
uv tool run --from 'rooster-blue @ git+https://github.com/zanieb/rooster@c24ea11bf3cfea89d6f8c782462cac4313e5e0d6' --python 3.12 -- \
|
uvx --python 3.12 rooster@0.1.0 release "$@"
|
||||||
rooster release "$@"
|
|
||||||
|
|
||||||
echo "Updating lockfile..."
|
echo "Updating lockfile..."
|
||||||
cargo update -p uv
|
cargo update -p uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue