Skip to content

Commit

Permalink
Merge pull request #22 from kishaningithub/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade uv to 0.5.11
  • Loading branch information
kishaningithub authored Dec 25, 2024
2 parents 7fedfd6 + 033704e commit 282d998
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 282d998

Please sign in to comment.