Skip to content

Commit

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

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
narumiruna authored Dec 23, 2024
2 parents 159d7ea + 64326c9 commit f653a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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: Install dependencies
run: uv sync
- name: Lint
Expand Down

0 comments on commit f653a0b

Please sign in to comment.