Skip to content

Commit

Permalink
Use astral-sh/setup-uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Sep 5, 2024
1 parent 567e213 commit a1e327f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-python-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hynek/setup-cached-uv@v2
- uses: astral-sh/setup-uv@main
with:
version: "latest"
enable-cache: true
- name: Sync Python Releases
run: |
uv run -- fetch-download-metadata.py
Expand Down

0 comments on commit a1e327f

Please sign in to comment.