Skip to content

Commit

Permalink
chore(ci): use astral-sh/setup-uv action (#227)
Browse files Browse the repository at this point in the history
Generated by the task: njzjz-bot/njzjz-bot#9.
  • Loading branch information
njzjz-bot authored Oct 5, 2024
1 parent b347e4d commit 7ad3518
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
**/pyproject.toml
if: runner.os != 'Linux'
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 7ad3518

Please sign in to comment.