Skip to content

Commit f2a4bcc

Browse files
committed
gha: fix release workflow
1 parent 8212cf0 commit f2a4bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
16+
- uses: astral-sh/setup-uv@v5
1717
with:
1818
python-version: "3.13"
1919
- name: Install requirements
2020
run: |
21-
pip install -U twine nox[uv]==2025.2.9
21+
uv pip install -U twine nox==2025.5.1
2222
- name: Build
2323
run: nox -s build
2424
- name:

0 commit comments

Comments
 (0)