Skip to content

Commit 46fc87a

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.3
1 parent 384ca6b commit 46fc87a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install uv and set the python version
3030
uses: astral-sh/setup-uv@v7
3131
with:
32-
version: "0.9.21"
32+
version: "0.10.3"
3333
enable-cache: true
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/ci-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv and set the python version
2424
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.9.21"
26+
version: "0.10.3"
2727
enable-cache: true
2828
python-version: "3.12"
2929

.github/workflows/create-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v7
2727
with:
2828
# Install a specific version of uv.
29-
version: "0.9.21"
29+
version: "0.10.3"
3030

3131
- name: Set up Python
3232
uses: actions/setup-python@v6

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: astral-sh/setup-uv@v7
3737
with:
3838
# Install a specific version of uv.
39-
version: "0.9.21"
39+
version: "0.10.3"
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v6

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v7
2424
with:
2525
# Install a specific version of uv.
26-
version: "0.9.21"
26+
version: "0.10.3"
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v6

.github/workflows/test-pypi-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.9.21"
26+
version: "0.10.3"
2727

2828
- name: Wait for PyPI propagation
2929
run: sleep 20

0 commit comments

Comments
 (0)