Skip to content

Commit 85d3b9c

Browse files
build(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v9.0.0...v10.0.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9842348 commit 85d3b9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git verify-tag --raw ${{ github.ref_name }} 2>&1
2424
| grep -q 'VALIDSIG 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28'
2525
- run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
26-
- uses: astral-sh/setup-uv@v9.0.0
26+
- uses: astral-sh/setup-uv@v10.0.1
2727
- run: uv --directory v2/scripts build
2828
- name: Publish package distributions to PyPI
2929
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/v2-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v7
24-
- uses: astral-sh/setup-uv@v9.0.0
24+
- uses: astral-sh/setup-uv@v10.0.1
2525

2626
- name: Run unit tests
2727
run: uv run --extra test --python ${{ matrix.python-version }} pytest

0 commit comments

Comments
 (0)