We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdffcf commit c5901eaCopy full SHA for c5901ea
Makefile
@@ -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