Skip to content

Commit

Permalink
Merge pull request #5 from microfluidica/dependabot/github_actions/as…
Browse files Browse the repository at this point in the history
…tral-sh/setup-uv-5

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
gerlero authored Dec 30, 2024
2 parents c9c676a + 034adbc commit 9d133cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Check package build
run: |
uv build
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Build
run: uv build
- name: Publish to PyPI
Expand Down

0 comments on commit 9d133cd

Please sign in to comment.