Skip to content

Commit b7da40a

Browse files
committed
Remove redundant python-version
1 parent 071de7e commit b7da40a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- uses: actions/checkout@v6
3232
- uses: astral-sh/setup-uv@v7
3333
with:
34-
python-version: "3.14"
3534
enable-cache: true
3635
- run: uv build
3736
- run: uvx twine check --strict dist/*
@@ -49,7 +48,6 @@ jobs:
4948
- uses: actions/checkout@v6
5049
- uses: astral-sh/setup-uv@v7
5150
with:
52-
python-version: "3.14"
5351
enable-cache: true
5452
- run: uv run tox -e lint
5553
publish-to-pypi:

0 commit comments

Comments
 (0)