Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft

Use uv #2520

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump uv action
  • Loading branch information
filmor committed Apr 14, 2025
commit 92338735f944330761a7b7e1fc025633732f3890
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
dotnet-version: '6.0.x'

- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
architecture: ${{ matrix.os.platform }}
python-version: ${{ matrix.python }}
Expand Down
Loading