Skip to content

Commit

Permalink
add source distribution step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abrammer committed May 17, 2021
1 parent 69bd605 commit 4fa7d91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
run: |
mkdir wheelhouse
cp dist/*manylinux* wheelhouse/
- name: create source distribution archive for pypi
run: |
python setup.py sdist -d wheelhouse
- uses: actions/upload-artifact@v2
with:
name: wheelhouse
Expand Down

0 comments on commit 4fa7d91

Please sign in to comment.