Skip to content

Commit 1408839

Browse files
committed
rm cache
1 parent f34db91 commit 1408839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
# Install a specific version of uv.
1616
version: "0.5.5"
17-
enable-cache: true
18-
cache-dependency-glob: "uv.lock"
17+
# enable-cache: true
18+
# cache-dependency-glob: "uv.lock"
1919
- name: Install the project
2020
run: uv sync --all-extras --dev
2121
- name: Build distribution 📦

0 commit comments

Comments
 (0)