Skip to content

Commit

Permalink
Use astral-sh/setup-uv action (#7084)
Browse files Browse the repository at this point in the history
## Summary

Use the now official `astral-sh/setup-uv` action in
`sync-python-release.yml` workflow.
  • Loading branch information
j178 authored Sep 5, 2024
1 parent 750e8b1 commit d0fa9cc
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 d0fa9cc

Please sign in to comment.