From 9d93b7c81213dda66dfa1b64a7259913dab3d00f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 07:16:11 +0000 Subject: [PATCH] Update from copier (2026-05-03T07:16:11) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 4130926..4da92c2 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: rustjswasm diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c55cd3d..4ae8bdc 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'