We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25f0032 + 3ff38e9 commit a4918e2Copy full SHA for a4918e2
1 file changed
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ubuntu-latest]
33
- python-version: ["3.11"]
+ python-version: ["3.11", "3.12", "3.13"]
34
35
steps:
36
- uses: actions/checkout@v5
@@ -59,7 +59,6 @@ jobs:
59
with:
60
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
61
path: junit.xml
62
- if: ${{ always() }}
63
64
- name: Publish Unit Test Results
65
uses: EnricoMi/publish-unit-test-result-action@v2
@@ -78,3 +77,4 @@ jobs:
78
77
79
name: dist-${{matrix.os}}
80
path: dist
+ if: ${{ matrix.python-version == '3.11' }}
0 commit comments