Skip to content

Commit 249e3c8

Browse files
authored
Merge pull request #24 from IBM/renovate/astral-sh-setup-uv-8.x
chore(deps): update astral-sh/setup-uv action to v8.3.2
2 parents 5e3740b + 08e9182 commit 249e3c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
1111
with:
1212
fetch-depth: 0
13-
- uses: astral-sh/setup-uv@v8.3.1
13+
- uses: astral-sh/setup-uv@v8.3.2
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
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
18-
- uses: astral-sh/setup-uv@v8.3.1
18+
- uses: astral-sh/setup-uv@v8.3.2
1919
- name: Run unit tests
2020
run: uv run --python ${{ matrix.python-version }} --extra test pytest

0 commit comments

Comments
 (0)