From 5bc260d0eeb8ee4a5643067b7b480d0394a1613b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:24:25 +0000 Subject: [PATCH] Update from copier (2026-07-12T07:24:25) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/docs.yaml | 3 ++- .github/workflows/wiki.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 763c615..2ea7771 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: c184e53 +_commit: '4875149' _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 30b3bf3..cc4a038 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,7 +32,8 @@ jobs: - name: Install from wheel run: | - uv pip install dist/*.whl --target . + uv pip install dist/*.whl + uv pip install dist/*.whl --target . --no-deps uv pip install yardang if: github.event_name == 'workflow_run' diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index f3306fd..94125cb 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -22,6 +22,6 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - run: cp README.md docs/wiki/Home.md - - uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4 + - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6 with: path: docs/wiki