Skip to content

Commit

Permalink
create sdist artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jul 3, 2022
1 parent fa95fc4 commit 39afdc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ jobs:
pip install build
python -m build -s .
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
name: sdist
path: ./dist/*.tar.gz

- name: Download pure wheel
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 39afdc8

Please sign in to comment.