diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a4687ce..faf1556 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 6ce048e +_commit: 2a8d256 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ef0fd1f..2cc9df8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,9 +22,12 @@ jobs: - name: Download dist from build uses: actions/download-artifact@v7 with: - name: dist-ubuntu-latest + pattern: dist-ubuntu-latest* + merge-multiple: true path: dist run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GITHUB_TOKEN }} + repository: ${{ github.repository }} if: github.event_name == 'workflow_run' - name: Install from wheel