We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fedfd6 commit 033704eCopy full SHA for 033704e
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