Skip to content

Commit

Permalink
Merge pull request psychoinformatics-de#23 from datalad/bdist-wheel
Browse files Browse the repository at this point in the history
Fix bdist_wheel command in Makefile
  • Loading branch information
mih authored Oct 1, 2021
2 parents 8b6234b + f05a10b commit cb64d9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ clean:
release-pypi:
# avoid upload of stale builds
test ! -e dist
$(PYTHON) setup.py sdist
python setup.py bdist_wheel
$(PYTHON) setup.py sdist bdist_wheel
twine upload dist/*

update-buildsupport:
Expand Down

0 comments on commit cb64d9b

Please sign in to comment.