We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1df18 commit 913aaa6Copy full SHA for 913aaa6
deploy.sh
@@ -1,2 +1,6 @@
1
python setup.py sdist bdist_wheel
2
-twine upload dist/* --repository pypi --config-file .pypirc # uses project-scoped API token for mercutio
+twine upload dist/* --repository pypi --config-file .pypirc # uses project-scoped API token for mercutio
3
+
4
+# TO DO:
5
+## ADD support for version specification (eg. passing version number to setup.py)
6
+## ADD support for automatic (simultaneous) Github releases
0 commit comments