Update to cargo-dist v0.23.0 (#8270)

## Summary

Closes https://github.com/astral-sh/uv/issues/8242.
This commit is contained in:
Charlie Marsh
2024-10-16 13:25:03 -07:00
committed by GitHub
parent b851ced09e
commit cf7dbaa7a7
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,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/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.23.0/cargo-dist-installer.sh | sh"
- name: Cache cargo-dist
uses: actions/upload-artifact@v4
with: