From 8f3006554859b47b8af56be65506538fbc4e09ca Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Tue, 24 May 2016 12:46:08 +0500 Subject: [PATCH] release script: doc build was breaking pypi upload --- bin/release | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/release b/bin/release index 49d1082..cacb2a3 100755 --- a/bin/release +++ b/bin/release @@ -46,6 +46,7 @@ main() { if confirm "Build documentation (website)? [Yn] " >&2; then bin/build-website.bash || exit 1 + git checkout "$branch" fi if confirm "Upload to PyPi? [Yn] "; then