Skip to content

Commit b975b2f

Browse files
authored
Update uv latest (#47)
1 parent 74791a0 commit b975b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: astral-sh/setup-uv@v3
1919
with:
20-
version: "0.4.x"
20+
version: "0.5.x"
2121
- run: |
2222
uv run ruff check
2323
uv run ruff format
@@ -39,7 +39,7 @@ jobs:
3939
python-version-file: ".python-version"
4040
- uses: astral-sh/setup-uv@v3
4141
with:
42-
version: "0.4.x"
42+
version: "0.5.x"
4343
- run: uv run pytest --color=yes
4444

4545
Release:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: astral-sh/setup-uv@v3
5353
with:
54-
version: "0.4.x"
54+
version: "0.5.x"
5555

5656
- run: |
5757
uv build

0 commit comments

Comments
 (0)