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 58d821d + aac07ac commit d150b32Copy full SHA for d150b32
3 files changed
.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
@@ -33,7 +33,7 @@ jobs:
33
python-version: ["3.11"]
34
35
steps:
36
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
37
38
- uses: actions-ext/python/setup@main
39
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