Skip to content

Commit

Permalink
Fixes makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed May 30, 2016
1 parent 4ad9558 commit afdad1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ clean:
rm -rf pyret.egg-info
rm -f pyret/*.pyc
rm -rf pyret/__pycache__
rm -rf dist/

build:
python setup.py bdist_wininst
python setup.py bdist_wheel

upload:
twine upload dist/*

0 comments on commit afdad1b

Please sign in to comment.