We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ad9f2 commit 1557849Copy full SHA for 1557849
1 file changed
dist-workspace.toml
@@ -65,6 +65,9 @@ install-updater = false
65
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
66
# Whether source tarballs should include submodules
67
recursive-tarball = true
68
+# Prefer simple hosting for downloads, falling back to GitHub releases
69
+hosting = ["simple", "github"]
70
+simple-download-url = "https://releases.astral.sh/github/ty/releases/download/{tag}"
71
72
[dist.github-custom-runners]
73
global = "depot-ubuntu-latest-4"
0 commit comments