mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Request Python 3.12 in the release script (#4384)
Otherwise, if another version is active we fail because Rooster requires 3.12
This commit is contained in:
parent
20b44f3017
commit
0b0a0472ad
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ echo "Updating metadata with rooster..."
|
|||
cd "$project_root"
|
||||
|
||||
# Update the preview changelog
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --isolated -- \
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --python 3.12 --isolated -- \
|
||||
rooster release "$@" \
|
||||
--only-sections preview \
|
||||
--changelog-file PREVIEW-CHANGELOG.md \
|
||||
--no-update-pyproject --no-update-version-files
|
||||
|
||||
# Update the real changelog
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --isolated -- \
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --python 3.12 --isolated -- \
|
||||
rooster release "$@" --without-sections preview
|
||||
|
||||
echo "Updating lockfile..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue