We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e5896 commit 96bc542Copy full SHA for 96bc542
.github/workflows/publish.yml
@@ -17,6 +17,15 @@ jobs:
17
# happen for this actual commit (the commit that the tag points to).
18
# It also restores the files timestamps.
19
20
+ - name: Download sdist and wheel from commit ${{ github.sha }}
21
+ uses: dawidd6/action-download-artifact@v2
22
+ with:
23
+ workflow: workflow.yml
24
+ workflow_conclusion: success
25
+ commit: ${{ github.sha }}
26
+ name: wheel
27
+ path: dist
28
+
29
- name: Download sdist from commit ${{ github.sha }}
30
uses: dawidd6/action-download-artifact@v2
31
with:
0 commit comments