Skip to content

Commit

Permalink
Update setup-uv action version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlamont authored Dec 21, 2024
1 parent 275c9b6 commit 853dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
- run: uv build
- name: Smoke test (wheel)
run: uv run --isolated --no-project -p 3.9 --with dist/*.whl tests/smoke_test.py
Expand Down

0 comments on commit 853dc79

Please sign in to comment.