Skip to content

Commit

Permalink
FIX: Adding sdist into the release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Jan 22, 2021
1 parent efd15f1 commit 9776aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conda install $PACKAGES
- name: Create sdist
run: python setup.py
run: python setup.py sdist

- name: Publish Package
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 9776aef

Please sign in to comment.