We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74791a0 commit b975b2fCopy full SHA for b975b2f
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: astral-sh/setup-uv@v3
19
with:
20
- version: "0.4.x"
+ version: "0.5.x"
21
- run: |
22
uv run ruff check
23
uv run ruff format
@@ -39,7 +39,7 @@ jobs:
39
python-version-file: ".python-version"
40
41
42
43
- run: uv run pytest --color=yes
44
45
Release:
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
uv build
0 commit comments