We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9f406 commit 209d723Copy full SHA for 209d723
1 file changed
.github/workflows/pypi-publish.yml
@@ -17,17 +17,18 @@ jobs:
17
# happen for this actual commit (the commit that the tag points to).
18
# It also restores the files timestamps.
19
- name: Download wheels from commit ${{ github.sha }}
20
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v11
21
with:
22
workflow: python-package.yml
23
workflow_conclusion: success
24
commit: ${{ github.sha }}
25
name_is_regexp: true
26
name: 'wheel-.*'
27
path: dist
28
+ merge_multiple: true
29
30
- name: Download sdist from commit ${{ github.sha }}
31
32
33
34
0 commit comments