Skip to content

Commit 913aaa6

Browse files
committed
added to-do to deploy.sh
1 parent bf1df18 commit 913aaa6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
python setup.py sdist bdist_wheel
2-
twine upload dist/* --repository pypi --config-file .pypirc # uses project-scoped API token for mercutio
2+
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

Comments
 (0)