Skip to content

Commit 8ed1158

Browse files
chore(deps): update astral-sh/setup-uv action to v7
1 parent 0deb495 commit 8ed1158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- uses: astral-sh/setup-uv@v5
13+
- uses: astral-sh/setup-uv@v7
1414
- name: Build sdist and wheel
1515
run: uv build
1616
- name: Publish to PyPI

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: astral-sh/setup-uv@v5
19+
- uses: astral-sh/setup-uv@v7
2020
- name: Run unit tests
2121
run: uv run --python ${{ matrix.python-version }} --extra test pytest

0 commit comments

Comments
 (0)