release script: doc build was breaking pypi upload

This commit is contained in:
Sergey Shepelev
2016-05-24 12:46:08 +05:00
parent 614a20462a
commit 8f30065548

View File

@@ -46,6 +46,7 @@ main() {
if confirm "Build documentation (website)? [Yn] " >&2; then if confirm "Build documentation (website)? [Yn] " >&2; then
bin/build-website.bash || exit 1 bin/build-website.bash || exit 1
git checkout "$branch"
fi fi
if confirm "Upload to PyPi? [Yn] "; then if confirm "Upload to PyPi? [Yn] "; then