We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc6dc9 commit b747043Copy full SHA for b747043
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
if: startsWith(github.ref, 'refs/tags/') != true
15
steps:
16
- uses: actions/checkout@v6
17
- - uses: astral-sh/setup-uv@v7
+ - uses: astral-sh/setup-uv@v8.0.0
18
- run: uv run --all-extras --frozen pyright
19
- run: uv run --all-extras --frozen ruff check
20
if: always()
@@ -29,7 +29,7 @@ jobs:
29
30
with:
31
fetch-depth: 0
32
33
- run: uv build --all
34
# - run: uv publish
35
- run: |
0 commit comments