Skip to content

Commit

Permalink
ci: use official GHA for uv (#3269)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 7, 2024
1 parent 88ba3e5 commit c75eeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
python-version: '3.12'

- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3

- name: Prepare build files
run: pipx run nox -s prepare
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
python-version: '3.12'

- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3

- name: Prepare build files
run: pipx run nox -s prepare
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
submodules: true

- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3

- name: Prepare build files
run: pipx run nox -s prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
submodules: true

- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3

- name: Prepare build files
run: pipx run nox -s prepare
Expand Down

0 comments on commit c75eeb4

Please sign in to comment.