summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2016-05-24 12:46:08 +0500
committerSergey Shepelev <temotor@gmail.com>2016-05-24 12:46:08 +0500
commit8f3006554859b47b8af56be65506538fbc4e09ca (patch)
tree89f0c8f4a9f3bf506bcc637b6dc32dbd7466c50e
parent614a20462aebfe85a54ce35a7daaf1a7dbde44a7 (diff)
downloadeventlet-8f3006554859b47b8af56be65506538fbc4e09ca.tar.gz
release script: doc build was breaking pypi upload
-rwxr-xr-xbin/release1
1 files changed, 1 insertions, 0 deletions
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