We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c6da9a + cc7c234 commit a4a008eCopy full SHA for a4a008e
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 6ce048e
+_commit: 2a8d256
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: python
.github/workflows/docs.yaml
@@ -22,9 +22,12 @@ jobs:
22
- name: Download dist from build
23
uses: actions/download-artifact@v7
24
with:
25
- name: dist-ubuntu-latest
+ pattern: dist-ubuntu-latest*
26
+ merge-multiple: true
27
path: dist
28
run-id: ${{ github.event.workflow_run.id }}
29
+ github-token: ${{ secrets.GITHUB_TOKEN }}
30
+ repository: ${{ github.repository }}
31
if: github.event_name == 'workflow_run'
32
33
- name: Install from wheel
0 commit comments