We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a606591 + 7fc358f commit 4f035afCopy full SHA for 4f035af
.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: false
5
add_extension: python
.github/workflows/build.yaml
@@ -53,7 +53,7 @@ jobs:
53
run: make coverage
54
55
- name: Upload test results (Python)
56
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
57
with:
58
name: py-test-results-${{ matrix.os }}-${{ matrix.python-version }}-
59
path: junit.xml
@@ -74,7 +74,7 @@ jobs:
74
- name: Twine check
75
run: make dist
76
77
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
78
79
name: dist-${{matrix.os}}
80
path: dist
0 commit comments