Skip to content

Commit

Permalink
Merge pull request #1769 from greglucas/sdist-work
Browse files Browse the repository at this point in the history
FIX: Adding build_ext call to setup.py on release
  • Loading branch information
dopplershift authored Apr 23, 2021
2 parents d251b2f + 771eef3 commit e0aac0d
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 sdist
run: python setup.py build_ext sdist

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

0 comments on commit e0aac0d

Please sign in to comment.