Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 (#51)
Browse files Browse the repository at this point in the history
* Bump astral-sh/setup-uv from 4 to 5

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v4...v5)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update release.yml

* Update test.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Ustalov <dmitry.ustalov@gmail.com>
  • Loading branch information
dependabot[bot] and dustalov authored Dec 24, 2024
1 parent 76753a9 commit 532f457
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
python-version: "3.13"
- name: Set up uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: false
- name: Install dependencies
run: uv pip install -e '.[dev,docs]'
- name: Build
Expand All @@ -49,7 +51,7 @@ jobs:
name: packages
path: dist/
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
Expand All @@ -69,4 +71,4 @@ jobs:
name: packages
path: dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.12.3
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
cache-dependency-glob: |
**/pyproject.toml
- name: Install dependencies
run: uv pip install -e '.[dev,docs]'
- name: Write karate_club.tsv
Expand Down

0 comments on commit 532f457

Please sign in to comment.