We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fedfd6 + 033704e commit 282d998Copy full SHA for 282d998
action.yml
@@ -26,7 +26,7 @@ runs:
26
run: |
27
installation_directory="${HOME}/.setup-python-amazon-linux/uv"
28
echo "Installing uv.. installation_directory=${installation_directory}"
29
- uv_version="0.5.1"
+ uv_version="0.5.11"
30
curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
31
echo "${installation_directory}" >> "${GITHUB_PATH}"
32
0 commit comments