Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Nov 29, 2024
1 parent 90979a9 commit 2222944
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- name: "Install uv"
uses: astral-sh/setup-uv@v3
with:
version: "0.5.1"
uses: astral-sh/setup-uv@v4
- uses: actions/download-artifact@v4
with:
pattern: wheels-*
Expand Down

0 comments on commit 2222944

Please sign in to comment.