topic
Python Tooling
1 post tagged Python Tooling.
AI-Assisted Development4 min read
The Cache Key Trick That Makes uvx Actually Fast in GitHub Actions
Simon Willison found a clean way to make `uvx tool-name` reproducible and cache-friendly in CI: pin resolution to a date, then use that date as your cache-busting lever.
- vibecoding
- github-actions
- uv
- ci-cd
- python-tooling