Skip to content

Commit 80d5740

Browse files
authored
Merge pull request #22 from python-project-templates/copier-update-2025-01-12T05-10-19
Update from copier (2025-01-12T05:10:19)
2 parents 811a21d + ce4cb88 commit 80d5740

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: ea9f24b
2+
_commit: 81e8acd
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: rust
55

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,13 @@ jobs:
8989
uses: actions/upload-artifact@v4
9090
with:
9191
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
92-
path: |
93-
**/junit.xml
92+
path: '**/junit.xml'
9493
if: ${{ always() }}
9594

9695
- name: Publish Unit Test Results
9796
uses: EnricoMi/publish-unit-test-result-action@v2
9897
with:
99-
files: |
100-
**/junit.xml
98+
files: '**/junit.xml'
10199
if: matrix.os == 'ubuntu-latest'
102100

103101
- name: Upload coverage

0 commit comments

Comments
 (0)