Skip to content

Commit

Permalink
Upgrade uv to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Dec 25, 2024
1 parent 7fedfd6 commit 033704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
run: |
installation_directory="${HOME}/.setup-python-amazon-linux/uv"
echo "Installing uv.. installation_directory=${installation_directory}"
uv_version="0.5.1"
uv_version="0.5.11"
curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
echo "${installation_directory}" >> "${GITHUB_PATH}"
Expand Down

0 comments on commit 033704e

Please sign in to comment.