Skip to content

Commit a4918e2

Browse files
authored
Merge pull request #57 from python-project-templates/tkp/13
Build across 3.12, 3.13
2 parents 25f0032 + 3ff38e9 commit a4918e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
python-version: ["3.11"]
33+
python-version: ["3.11", "3.12", "3.13"]
3434

3535
steps:
3636
- uses: actions/checkout@v5
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6161
path: junit.xml
62-
if: ${{ always() }}
6362

6463
- name: Publish Unit Test Results
6564
uses: EnricoMi/publish-unit-test-result-action@v2
@@ -78,3 +77,4 @@ jobs:
7877
with:
7978
name: dist-${{matrix.os}}
8079
path: dist
80+
if: ${{ matrix.python-version == '3.11' }}

0 commit comments

Comments
 (0)