diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 859c2af..8f0410e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -51,7 +51,7 @@ jobs: - uses: astral-sh/setup-uv@v3 with: - version: "0.4.x" + version: "0.5.x" - run: | uv build