Skip to content

Commit

Permalink
update Makefile so build also creates a wheel (locustio#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg authored and Sam Payeur committed Sep 12, 2018
1 parent c1005cb commit e9e380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
tox

build:
rm -f dist/* && python setup.py sdist
rm -f dist/* && python setup.py sdist bdist_wheel

release: build
twine upload dist/*
Expand Down

0 comments on commit e9e380e

Please sign in to comment.