Skip to content

Commit

Permalink
Upload wheel in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso authored and markreidvfx committed Jul 3, 2022
1 parent 84e5896 commit 96bc542
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
# happen for this actual commit (the commit that the tag points to).
# It also restores the files timestamps.

- name: Download sdist and wheel from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v2
with:
workflow: workflow.yml
workflow_conclusion: success
commit: ${{ github.sha }}
name: wheel
path: dist

- name: Download sdist from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v2
with:
Expand Down

0 comments on commit 96bc542

Please sign in to comment.