Skip to content

Commit 4758107

Browse files
committed
update makefile
1 parent 3f5189f commit 4758107

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ sremove :
3333

3434
clean :
3535
$(PYTHON) setup.py clean
36+
37+
uploadpypi:
38+
python setup.py register
39+
python setup.py sdist upload -r pypi
40+
3641

3742
notebook :
3843
ipython notebook --matplotlib=inline --notebook-dir=examples/

0 commit comments

Comments
 (0)