Skip to content

Commit 96bc542

Browse files
Upload wheel in PyPI
1 parent 84e5896 commit 96bc542

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
# happen for this actual commit (the commit that the tag points to).
1818
# It also restores the files timestamps.
1919

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+
2029
- name: Download sdist from commit ${{ github.sha }}
2130
uses: dawidd6/action-download-artifact@v2
2231
with:

0 commit comments

Comments
 (0)