We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15fe25a + 4c4ab57 commit ca5d391Copy full SHA for ca5d391
3 files changed
.github/workflows/python-package.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: astral-sh/setup-uv@v7
25
with:
26
python-version: ${{ matrix.python-version }}
27
- version: 0.9.27
+ version: 0.11.7
28
enable-cache: true
29
cache-dependency-glob: "uv.lock"
30
- name: Install the project
.github/workflows/python-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Change Package Version
46
run: |
pyproject.toml
@@ -59,7 +59,7 @@ huggingface = [
59
60
61
[build-system]
62
-requires = ["uv_build>=0.9.3,<0.10.0"]
+requires = ["uv_build>=0.10.0,<0.11.0"]
63
build-backend = "uv_build"
64
65
[tool.ruff]
0 commit comments