Below you will find pages that utilize the taxonomy term “astral-sh”
December 1, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v4.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,696 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes We got a frist contribution from @pollenjp!
Thanks to this we are now resolving the latest version and try to find it in the local cache instead of always downloading the latest release from the uv repository.
November 29, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,589 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes You can now use the input python-version to set the environment variable UV_PYTHON for the rest of your workflow. This will override any python version specifications in pyproject.toml and .python-version
- name: Install the latest version of uv and set the python version to 3.
November 23, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,314 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🚨 Breaking change 🚨 By default, the action will now fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist). If you want to ignore this, set the ignore-nothing-to-cache input to true.
November 23, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.2.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,306 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release adds support for expanding the ~ character to the user’s home directory for the following inputs:
cache-local-path tool-dir tool-bin-dir cache-dependency-glob - name: Expand the tilde character uses: astral-sh/setup-uv@v3 with: cache-local-path: "~/path/to/cache" tool-dir: "~/path/to/tool/dir" tool-bin-dir: "~/path/to/tool-bin/dir" cache-dependency-glob: "~/my-cache-buster" In order to make this work cache-dependency-glob also got support to glob files outside the working directory:
October 25, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,700 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Big thanks to @merlinz01 for adding the option to disable the cache pruning prior to saving it to the Github Actions Cache.
This is useful if downloading the GitHub Actions cache is fast and cheap for you but downloading from an index is slow or expensive.
October 21, 2024
ruff-action
Version updated for astral-sh/ruff-action to version v1.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 81 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed docs: fix references to chartboost action by @DavidJFelix in https://github.com/astral-sh/ruff-action/pull/7 Full Changelog: https://github.com/astral-sh/ruff-action/compare/v1...v1.1.1
October 15, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.1.7.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,154 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance Update deps @eifinger (#121) chore: update known checksums for 0.4.21 @github-actions (#120)
October 12, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.1.6.
This action is used across all versions by 1,906 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🐛 Bug fixes Fix cache linebreak in linux runner @yosmoc (#118)
October 9, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.1.5.
This action is used across all versions by 1,736 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance chore: update known checksums for 0.4.20 @github-actions (#115) chore: update known checksums for 0.4.19 @github-actions (#113) ⬆️ Dependency updates Bump @types/node from 22.7.4 to 22.7.5 @dependabot (#114) Bump @biomejs/biome from 1.9.2 to 1.9.3 @dependabot (#110)
October 2, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v3.1.4.
This action is used across all versions by 1,247 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance chore: update known checksums for 0.4.18 @github-actions (#109) Migrate to Biome for linting and formatting @charliermarsh (#107) ⬆️ Dependency updates Bump @types/node from 22.7.3 to 22.7.4 @dependabot (#108)
September 28, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v3.1.3.
This action is used across all versions by 1,029 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance chore: update known checksums for 0.4.17 @github-actions (#104) ⬆️ Dependency updates Bump @types/node from 22.7.0 to 22.7.3 @dependabot (#103)
September 17, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v3.0.0.
This action is used across all versions by 470 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes With this release cache-dependency-glob defaults to **/uv.lock. This is in line with what most users would expect and also mirrors the default behaviors for setup-python which use **/requirements.txt, **/Pipfile.lock or **/poetry.lock.
The previous default led to the cache being created only once and never invalidated or updated even when the dependencies changed.
September 14, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.1.2.
This action is used across all versions by 389 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes fix example for multiple cache-dependency-glob without quote @hori-ryota (#67) 🧰 Maintenance chore: update known checksums for 0.4.10 @github-actions (#72) ⬆️ Dependency updates Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 @dependabot (#71)
September 11, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.1.1.
This action is used across all versions by 280 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🚸 use GitHub token by default @burgholzer (#61) 🧰 Maintenance chore: update known checksums for 0.4.9 @github-actions (#65) chore: update known checksums for 0.4.8 @github-actions (#62)
September 7, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.1.0.
This action is used across all versions by 204 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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
September 5, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.0.0.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This is the first release under the @astral-sh org 🥳
We decided to change the default version to latest instead of regularly updating the default version to the latest released version of uv.
This aligns with the default behavior of other setup-x actions.
September 5, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v1.0.7.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance chore: update default version to 0.4.4 @github-actions (#29) ⬆️ Dependency updates Bump @typescript-eslint/parser from 7.15.0 to 7.18.0 @dependabot (#9) Bump eslint-plugin-jest from 28.6.0 to 28.8.2 @dependabot (#23) Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0 @dependabot (#26)