Skip to content

Commit 47f543a

Browse files
FeikoWielsmaclaude
andcommitted
CI: pin setup-uv to v8.2.0 (no floating v8 tag exists)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1a41cbf commit 47f543a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.9", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: astral-sh/setup-uv@v8
16+
- uses: astral-sh/setup-uv@v8.2.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- run: uv sync

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v8
24+
uses: astral-sh/setup-uv@v8.2.0
2525
- name: Build
2626
run: uv build
2727
- name: Publish to PyPI

0 commit comments

Comments
 (0)