Skip to content

Commit

Permalink
Update uv in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jan 5, 2025
1 parent 8a94847 commit 5aa1972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.1"
version: "0.5.14"
enable-cache: true
- name: Build package
run: uv build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.1"
version: "0.5.14"
enable-cache: true
- name: Install Python
run: uv python install 3.12
run: uv python install 3.13
- name: Install dependencies
run: uv sync --all-extras --frozen
- name: Run checks
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.1"
version: "0.5.14"
enable-cache: true
- name: Install Python
run: uv python install ${{ matrix.python }}
Expand Down

0 comments on commit 5aa1972

Please sign in to comment.