Show More
@@ -20,7 +20,7 b' virtualenv -p python2 "$venv"' | |||||
20 |
|
20 | |||
21 | echo "Install/verify tools needed for building and uploading stuff" |
|
21 | echo "Install/verify tools needed for building and uploading stuff" | |
22 | pip install --upgrade -e . |
|
22 | pip install --upgrade -e . | |
23 | pip install --upgrade -r dev_requirements.txt |
|
23 | pip install --upgrade -r dev_requirements.txt twine | |
24 |
|
24 | |||
25 | echo "Cleanup and update copyrights ... and clean checkout" |
|
25 | echo "Cleanup and update copyrights ... and clean checkout" | |
26 | scripts/run-all-cleanup |
|
26 | scripts/run-all-cleanup | |
@@ -75,6 +75,5 b' curl -X POST http://readthedocs.org/buil' | |||||
75 | xdg-open https://readthedocs.org/builds/kallithea/ |
|
75 | xdg-open https://readthedocs.org/builds/kallithea/ | |
76 | xdg-open http://docs.kallithea-scm.org/en/latest/ # or whatever the branch is |
|
76 | xdg-open http://docs.kallithea-scm.org/en/latest/ # or whatever the branch is | |
77 |
|
77 | |||
78 | extraargs=${EMAIL:+--identity=$EMAIL} |
|
78 | twine upload dist/* | |
79 | python2 setup.py sdist upload --sign $extraargs |
|
|||
80 | xdg-open https://pypi.python.org/pypi/Kallithea |
|
79 | xdg-open https://pypi.python.org/pypi/Kallithea |
General Comments 0
You need to be logged in to leave comments.
Login now