Skip to content

Commit b9c1bf0

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.12
1 parent 806ce8e commit b9c1bf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
version: 0.9.27
27+
version: 0.10.12
2828
enable-cache: true
2929
cache-dependency-glob: "uv.lock"
3030
- name: Install the project

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
enable-cache: true
4242
cache-dependency-glob: "uv.lock"
43-
version: 0.9.27
43+
version: 0.10.12
4444

4545
- name: Change Package Version
4646
run: |

0 commit comments

Comments
 (0)