Skip to content

Commit

Permalink
Make publish the library to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MillionIntegrals committed Apr 8, 2019
1 parent 7d58032 commit e0726e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@ docker-shell-cuda:
count-lines:
cloc --exclude-dir=build,data,dist,local-scripts,vel.egg-info,output .

publish:
rm -rf ./dist/
python setup.py sdist
twine upload dist/*

serve-visdom:
python -m visdom.server

test:
pytest .

0 comments on commit e0726e1

Please sign in to comment.