From dce544022523636dabead47878ca7bb716c3cbb7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:46:05 +0000 Subject: [PATCH] Update from copier (2026-04-11T22:46:05) 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 d25ad32..d8efeaf 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3d2cd28 +_commit: fdea3fe _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 2cc9df8..6b43871 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: - name: Download dist from build uses: actions/download-artifact@v7 with: - pattern: dist-ubuntu-latest* + pattern: dist-ubuntu-latest-3.11 merge-multiple: true path: dist run-id: ${{ github.event.workflow_run.id }}