Skip to content

Commit

Permalink
fixing pip in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianh committed Aug 1, 2019
1 parent e987453 commit e88a35a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ pip:
rm -rf build/*
rm -rf dist/*
rm -rf build/*
python2 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel --keep-temp

up:
python3 setup.py sdist
#python3 setup.py sdist
twine upload dist/*

0 comments on commit e88a35a

Please sign in to comment.