Skip to content

Commit

Permalink
Adding sdist to automatic upload
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 5, 2020
1 parent ca93910 commit 28d1ed0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- name: Build SDist
run: python setup.py sdist

- uses: actions/upload-artifact@v2
with:
path: dist/*

- name: Build wheel
run: >
Expand Down

0 comments on commit 28d1ed0

Please sign in to comment.