Update the version publish workflow (#17765)
Matching https://github.com/astral-sh/versions/pull/3
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: "Update versions"
|
||||
env:
|
||||
PLAN: ${{ inputs.plan }}
|
||||
run: printf '%s' "$PLAN" | uv run astral-versions/scripts/publish-version.py --format cargo-dist --output astral-versions/v1
|
||||
run: printf '%s' "$PLAN" | uv run astral-versions/scripts/convert-cargo-dist-plan.py | uv run astral-versions/scripts/insert-versions.py --name uv
|
||||
|
||||
- name: "Commit versions"
|
||||
working-directory: astral-versions
|
||||
|
||||
Reference in New Issue
Block a user