We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6893516 + 3aaed05 commit fd84d5fCopy full SHA for fd84d5f
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 973c39c
+_commit: 55f9353
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
python-version: ['3.10']
32
33
steps:
34
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
35
36
- uses: actions-ext/python/setup@main
37
with:
.github/workflows/wiki.yaml
@@ -20,7 +20,7 @@ jobs:
20
deploy:
21
runs-on: ubuntu-latest
22
23
24
- run: cp README.md docs/wiki/Home.md
25
- uses: Andrew-Chen-Wang/github-wiki-action@v5
26
0 commit comments