Upgrade `cargo-dist` to add `UV_INSTALLER_URL` to PowerShell installer (#15114)

## Summary

This ensures that `UV_INSTALLER_URL` is present in the PowerShell
installer.
This commit is contained in:
Charlie Marsh 2025-08-06 21:23:34 +01:00 committed by GitHub
parent 59558b13c1
commit 371502df62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.7-prerelease.2/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.7/cargo-dist-installer.sh | sh"
- name: Cache dist
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
with:

View File

@ -4,7 +4,7 @@ members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.28.7-prerelease.2"
cargo-dist-version = "0.28.7"
# make a package being included in our releases opt-in instead of opt-out
dist = false
# CI backends to support