Skip to content

Commit 19a98d6

Browse files
committed
Pin uv version in pyproject.toml
1 parent aa6a3b9 commit 19a98d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install uv
4141
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
4242
with:
43-
version: 0.9.x
43+
version-file: "pyproject.toml"
4444
enable-cache: true
4545
cache-dependency-glob: |
4646
**/pyproject.toml
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install uv
123123
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
124124
with:
125-
version: 0.9.x
125+
version-file: "pyproject.toml"
126126
enable-cache: false
127127

128128
- name: Install MKL libraries

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ line-ending = 'lf'
4444
skip-magic-trailing-comma = false
4545

4646
[tool.uv]
47+
required-version = "~=0.9"
4748
package = false

0 commit comments

Comments
 (0)