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 599e287 + 89614ae commit 2e7ec35Copy full SHA for 2e7ec35
.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: true
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/docs.yaml
@@ -11,7 +11,7 @@ jobs:
11
docs:
12
runs-on: ubuntu-latest
13
14
15
16
- run: uv pip install .[develop]
17
- run: uv pip install yardang
0 commit comments