Skip to content

Commit 6146edb

Browse files
authored
Merge pull request #24 from python-project-templates/copier-update-2025-01-12T05-16-58
Update from copier (2025-01-12T05:16:58)
2 parents b2ee9ac + 37dffcb commit 6146edb

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
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: python
55
email: 3105306+timkpaine@users.noreply.github.com

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,15 @@ jobs:
4747

4848
- name: Lint
4949
run: make lint
50-
if: matrix.os == 'ubuntu-latest'
5150

5251
- name: Checks
5352
run: make checks
54-
if: matrix.os == 'ubuntu-latest'
5553

5654
- name: Build
5755
run: make build
5856

5957
- name: Test
6058
run: make coverage
61-
if: matrix.os == 'ubuntu-latest'
6259

6360
- name: Upload test results (Python)
6461
uses: actions/upload-artifact@v4
@@ -70,9 +67,7 @@ jobs:
7067
- name: Publish Unit Test Results
7168
uses: EnricoMi/publish-unit-test-result-action@v2
7269
with:
73-
files: |
74-
**/junit.xml
75-
if: matrix.os == 'ubuntu-latest'
70+
files: '**/junit.xml'
7671

7772
- name: Upload coverage
7873
uses: codecov/codecov-action@v5
@@ -81,10 +76,8 @@ jobs:
8176

8277
- name: Make dist
8378
run: make dist
84-
if: matrix.os == 'ubuntu-latest'
8579

8680
- uses: actions/upload-artifact@v4
8781
with:
8882
name: dist-${{matrix.os}}
8983
path: dist
90-
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)