Skip to content

Commit 44754ee

Browse files
authored
Merge pull request #44 from python-project-templates/copier-update-2026-07-12T07-29-06
Update from copier (2026-07-12T07:29:06)
2 parents aa8df65 + eed7506 commit 44754ee

2 files changed

Lines changed: 3 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: c184e53
2+
_commit: '4875149'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/docs.yaml

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

0 commit comments

Comments
 (0)