The default cacheLocalPath was /tmp/setup-uv-cache
which led to undefined behavior on Windows runners. On Windows the default is now D:\a_tmp\setup-uv-cache.
It is now also supported to supply a list of globs in cache-dependency-glob
. This aligns with the functionality of cache-dependency-path
in actions/setup-python
- name: Define a list of cache dependency globs
uses: astral-sh/setup-uv@v1
with:
enable-cache: true
cache-dependency-glob: |
'**requirements*.txt'
'**pyproject.toml'
Changes
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
- rename utils/utils.ts to constants.ts @eifinger (#59)
- chore: update known checksums for 0.4.7 @github-actions (#58)
- chore: update known checksums for 0.4.6 @github-actions (#55)
- Always run check-dist check @eifinger (#53)
- chore: update known checksums for 0.4.5 @github-actions (#48)
- Run test build only on ubuntu-latest @eifinger (#51)
📚 Documentation
⬆️ Dependency updates
- Bump peter-evans/create-pull-request from 7.0.0 to 7.0.1 @dependabot (#56)