Skip to content

Commit

Permalink
disable uv caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 26, 2024
1 parent 2c1e49d commit 5978235
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
with:
go-version: stable
cache: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v5
with:
enable-cache: false
- run: uv build
- run: uv publish

0 comments on commit 5978235

Please sign in to comment.