Skip to content

Commit c5901ea

Browse files
committed
Makefile to publish
1 parent 9bdffcf commit c5901ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
publish:
3+
python setup.py register
4+
python setup.py sdist upload
5+
python setup.py bdist_wheel upload
6+
7+
.PHONY: publish

0 commit comments

Comments
 (0)