We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f13e94 + f549278 commit bd2d08aCopy full SHA for bd2d08a
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 55f9353
+_commit: b74d698
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cpp
.github/workflows/build.yaml
@@ -112,7 +112,7 @@ jobs:
112
run: make coverage
113
114
- name: Upload test results (Python)
115
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
116
with:
117
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
118
path: junit.xml
@@ -129,7 +129,7 @@ jobs:
129
130
token: ${{ secrets.CODECOV_TOKEN }}
131
132
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
133
134
name: dist-${{matrix.os}}-${{matrix.python-version}}
135
path: dist
0 commit comments