Skip to content

Commit 609c0b6

Browse files
caroljung-cgtkucar
authored and
tkucar
committed
fix: Disable uv cache (#351)
1 parent 636034a commit 609c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: astral-sh/[email protected]
4747
id: setup-uv
4848
with:
49-
enable-cache: true
49+
enable-cache: false
5050
prune-cache: false
5151
python-version: 3.${{ matrix.python }}
5252
version: '0.5.24'

0 commit comments

Comments
 (0)