hynek / build-and-inspect-python-package

Build and Inspect Python Packages in GitHub Actions
MIT License
181 stars 13 forks source link

Prune uv's CI cache #135

Closed hynek closed 4 months ago

hynek commented 4 months ago

Just keep the downloaded packages to make cache operations faster.

hynek commented 4 months ago

So turns out that the uv cache wasn't actually cached before because the cache action had no access to /home/runner 🤦‍♂️

hynek commented 4 months ago

It's somewhat faster, but not dramatically.

I guess we're doing this mainly to save PyPI some traffic.