Skip to content
Compare
Choose a tag to compare
@hynek hynek released this 11 Apr 17:25
· 58 commits to main since this release
v2.3.0
832048d

Added

  • Cache busting for the uv cache. GitHub Actions's caching behavior is a bit idiosyncratic: Once a cache is created, it's immutable. But as long as it's accessed within 7 days, it never goes away.

    Therefore, baipp now uses the hash of the requirements file as part of the cache key. Behaviorally, nothing changes, except that the cache doesn't grow useless over time. #115