Skip to content

Commit fe142d3

Browse files
jeremyederclaude
andauthored
fix(ci): remove uv cache from release workflow (#33)
The cache causes spurious failures in post-job cleanup when build steps are skipped (no new release), marking the run as failed. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f61e97 commit fe142d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040

4141
- name: Install uv
4242
uses: astral-sh/setup-uv@v4
43-
with:
44-
enable-cache: true
45-
cache-dependency-glob: "pyproject.toml"
4643

4744
- name: Python Semantic Release
4845
id: release

0 commit comments

Comments
 (0)