Skip to content

Commit ee0a7ac

Browse files
authored
Merge pull request #71 from python-project-templates/copier-update-2025-10-27T23-40-40
Update from copier (2025-10-27T23:40:40)
2 parents 9b8f20b + 7099200 commit ee0a7ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yaml

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: f812aaa
2+
_commit: b130c83
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: make coverage
5959

6060
- name: Upload test results (Python)
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6464
path: '**/junit.xml'
@@ -97,7 +97,7 @@ jobs:
9797
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
9898
if: matrix.os != 'ubuntu-latest'
9999

100-
- uses: actions/upload-artifact@v4
100+
- uses: actions/upload-artifact@v5
101101
with:
102102
name: dist-${{matrix.os}}
103103
path: dist

0 commit comments

Comments
 (0)