Commit a912b4f
Fix bump workflow to generate lockfile via pinned hook
The Bump UV lockfile workflow regenerated the lockfile directly with the
workflow's (unpinned) uv, while the update-uv-env pre-commit hook that CI
validates against pins uv==0.11.21. uv 0.11.26 changed platform-marker
output syntax, so the two produced different lockfiles and the pre-commit
CI check failed on bump PRs.
Adopt the same approach as the internal repos: remove production.uv.lock
and regenerate it via the pinned pre-commit hooks, so bot and CI use the
same uv.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1557d72 commit a912b4f
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | | - | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
0 commit comments