Skip to content

Commit

Permalink
Merge pull request #134 from narumiruna/dependabot/github_actions/ast…
Browse files Browse the repository at this point in the history
…ral-sh/setup-uv-5

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
narumiruna authored Dec 21, 2024
2 parents 8082c94 + 8d103f8 commit 183bf7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install Python
run: uv python install ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install Python
run: uv python install ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync
- name: Lint
Expand Down

0 comments on commit 183bf7c

Please sign in to comment.