diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 609e7bf..93e0b1f 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9a153d8 +_commit: e392033 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 37a01be..8ebc907 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,7 +32,7 @@ jobs: - name: Install from wheel run: | - uv pip install dist/*.whl + uv pip install dist/*.whl --target . uv pip install yardang if: github.event_name == 'workflow_run'