We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56f8089 + 3a81fb8 commit f17b0efCopy full SHA for f17b0ef
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: jupyter
.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