Skip to content

Commit a4a008e

Browse files
authored
Merge pull request #70 from python-project-templates/copier-update-2026-04-11T16-52-42
Update from copier (2026-04-11T16:52:42)
2 parents 6c6da9a + cc7c234 commit a4a008e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 6ce048e
2+
_commit: 2a8d256
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: ${{ github.event.workflow_run.id }}
29+
github-token: ${{ secrets.GITHUB_TOKEN }}
30+
repository: ${{ github.repository }}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

0 commit comments

Comments
 (0)