Skip to content

Commit f806483

Browse files
committed
Add publish to makefile
1 parent 166a476 commit f806483

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PACKAGE_NAME=omf
55
install:
66
python setup.py install
77

8+
publish:
9+
python setup.py sdist upload
10+
811
docs:
912
cd docs && make html
1013

0 commit comments

Comments
 (0)