Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 in /.github/workflows (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
dependabot[bot] and glenn-jocher authored Jan 6, 2025
1 parent 496bd02 commit 09f9f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --system --no-cache ultralytics-actions
- id: check_pypi
shell: python
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --system --no-cache build
- run: python -m build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 09f9f0c

Please sign in to comment.