Skip to content

Commit 7df8466

Browse files
authored
Remove redundant python-version (#1025)
1 parent 4f48957 commit 7df8466

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- { name: "3.10-ma3", python: "3.10", tox: py310-marshmallow3 }
19-
- { name: "3.14-ma3", python: "3.14", tox: py314-marshmallow3 }
20-
- { name: "3.10-ma4", python: "3.10", tox: py310-marshmallow4 }
21-
- { name: "3.14-ma4", python: "3.14", tox: py314-marshmallow4 }
22-
- { name: "lowest", python: "3.10", tox: py310-lowest }
23-
- { name: "3.14-madev", python: "3.14", tox: py314-marshmallowdev }
18+
- { name: "3.10-ma3", tox: py310-marshmallow3 }
19+
- { name: "3.14-ma3", tox: py314-marshmallow3 }
20+
- { name: "3.10-ma4", tox: py310-marshmallow4 }
21+
- { name: "3.14-ma4", tox: py314-marshmallow4 }
22+
- { name: "lowest", tox: py310-lowest }
23+
- { name: "3.14-madev", tox: py314-marshmallowdev }
2424
steps:
2525
- uses: actions/checkout@v6.0.2
2626
- uses: astral-sh/setup-uv@v7
2727
with:
28-
python-version: ${{ matrix.python }}
2928
enable-cache: true
3029
- run: uv run tox -e${{ matrix.tox }}
3130
build:
@@ -35,7 +34,6 @@ jobs:
3534
- uses: actions/checkout@v6.0.2
3635
- uses: astral-sh/setup-uv@v7
3736
with:
38-
python-version: "3.14"
3937
enable-cache: true
4038
- run: uv build
4139
- run: uvx twine check --strict dist/*
@@ -53,7 +51,6 @@ jobs:
5351
- uses: actions/checkout@v6.0.2
5452
- uses: astral-sh/setup-uv@v7
5553
with:
56-
python-version: "3.14"
5754
enable-cache: true
5855
- run: uv run tox -e lint
5956
publish-to-pypi:

0 commit comments

Comments
 (0)