Skip to content

Commit ca5d391

Browse files
Merge branch 'main' into renovate/actions-upload-pages-artifact-5.x
2 parents 15fe25a + 4c4ab57 commit ca5d391

3 files changed

Lines changed: 3 additions & 3 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.11.7
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.11.7
4444

4545
- name: Change Package Version
4646
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ huggingface = [
5959

6060

6161
[build-system]
62-
requires = ["uv_build>=0.9.3,<0.10.0"]
62+
requires = ["uv_build>=0.10.0,<0.11.0"]
6363
build-backend = "uv_build"
6464

6565
[tool.ruff]

0 commit comments

Comments
 (0)