We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8dba27 + 750c5ce commit d6eae77Copy full SHA for d6eae77
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9a153d8
+_commit: e392033
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rust
.github/workflows/docs.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install from wheel
34
run: |
35
- uv pip install dist/*.whl
+ uv pip install dist/*.whl --target .
36
uv pip install yardang
37
if: github.event_name == 'workflow_run'
38
0 commit comments