Skip to content

Commit

Permalink
upgrade uv in GitHub actions from 0.4.10 to 0.5.1 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
cj81499 authored Nov 11, 2024
1 parent 6560fd6 commit 030b52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: astral-sh/[email protected]
with:
enable-cache: true
version: "0.4.10"
version: "0.5.1"

- name: Pin python version to ${{ matrix.python-version }}
run: uv python pin ${{ matrix.python-version }}
Expand Down

0 comments on commit 030b52d

Please sign in to comment.