Skip to content

Commit

Permalink
Merge pull request #24 from python-project-templates/copier-update-20…
Browse files Browse the repository at this point in the history
…25-01-12T05-16-58

Update from copier (2025-01-12T05:16:58)
  • Loading branch information
timkpaine authored Jan 12, 2025
2 parents b2ee9ac + 37dffcb commit 6146edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: ea9f24b
_commit: 81e8acd
_src_path: https://github.com/python-project-templates/base.git
add_extension: python
email: [email protected]
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,15 @@ jobs:

- name: Lint
run: make lint
if: matrix.os == 'ubuntu-latest'

- name: Checks
run: make checks
if: matrix.os == 'ubuntu-latest'

- name: Build
run: make build

- name: Test
run: make coverage
if: matrix.os == 'ubuntu-latest'

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

- name: Upload coverage
uses: codecov/codecov-action@v5
Expand All @@ -81,10 +76,8 @@ jobs:

- name: Make dist
run: make dist
if: matrix.os == 'ubuntu-latest'

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

0 comments on commit 6146edb

Please sign in to comment.