Skip to content

Commit

Permalink
Switched to official Github Actions action for uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Sep 15, 2024
1 parent 3db3475 commit ec822f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
python-version: "3.12"

- name: Install and setup uv
uses: hynek/setup-cached-uv@v2
- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Build
run: uv build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install and setup uv
uses: hynek/setup-cached-uv@v2
- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Test with tox
run: uvx --with tox-uv --with tox-gh-actions tox

0 comments on commit ec822f4

Please sign in to comment.