Skip to content

Commit b48c893

Browse files
Update from copier (2026-05-03T07:14:55)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c75a5f4 commit b48c893

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 9a153d8
2+
_commit: e392033
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: js

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

0 commit comments

Comments
 (0)