Skip to content

Commit

Permalink
Update uv latest
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Nov 8, 2024
1 parent 74791a0 commit 47ac81a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
version: "0.5.x"
- run: |
uv run ruff check
uv run ruff format
Expand All @@ -39,7 +39,7 @@ jobs:
python-version-file: ".python-version"
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
version: "0.5.x"
- run: uv run pytest --color=yes

Release:
Expand All @@ -51,7 +51,7 @@ jobs:

- uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
version: "0.5.x"

- run: |
uv build
Expand Down

0 comments on commit 47ac81a

Please sign in to comment.