Commit 391460b
committed
ci(release): disable caching on the release workflow
The release workflow runs on tag push and produces the artifacts that
get uploaded to PyPI, so any cache it reads is also a way for an
earlier untrusted run to influence what gets shipped. Switch setup-uv
to enable-cache: false and drop the actions/cache step for .venv so
the release build resolves dependencies from scratch each time.1 parent a81c518 commit 391460b
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 32 | + | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
| |||
0 commit comments