Below you will find pages that utilize the taxonomy term “hynek”
September 9, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v2.2.1.
This action is used across all versions by 73 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Quoting around cache dir handling. #18
September 9, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v2.2.0.
This action is used across all versions by 73 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed The default cache path for Windows is now D:\a\_temp\scu-uv-cache. #16
August 15, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v2.1.0.
This action is used across all versions by 41 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed When installing on Linux and macOS, it is now enforced to use TLS 1.2 to protect against downgrade attacks. #14
July 26, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v2.0.0.
This action is used across all versions by 21 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Automatic cache pruning. If caching is active, we now automatically run uv cache prune --ci that shrinks the cache directory to only downloaded files. This make the cache smaller and therefore faster to save and restore. #9
The current calendar week is now added to the cache key by default.
July 26, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v1.3.0.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed The cache directory couldn’t actually be… cached …due to path restrictions (anymore?) so we moved it into /tmp/ and made it configurable using the new action input uv-cache-path. #8
July 22, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v1.2.0.
This action is used across all versions by 19 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Option to conditionally disable caching by setting if-use-cache to anything else than 'true'.
uv is increadibly fast at installing wheels, while GitHub Actions’s caching is rather slow. But it’s still faster than building missing wheels for exotic platforms (say, PyPy).
April 9, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v1.1.0.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Support for multiple caches per workflow by adding two types of suffixes. #2
April 1, 2024
Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial experimental release.
I’m currently in some kind of new-project-CI-jail so I gotta test in prod.