diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2016-05-24 12:46:08 +0500 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2016-05-24 12:46:08 +0500 |
| commit | 8f3006554859b47b8af56be65506538fbc4e09ca (patch) | |
| tree | 89f0c8f4a9f3bf506bcc637b6dc32dbd7466c50e | |
| parent | 614a20462aebfe85a54ce35a7daaf1a7dbde44a7 (diff) | |
| download | eventlet-8f3006554859b47b8af56be65506538fbc4e09ca.tar.gz | |
release script: doc build was breaking pypi upload
| -rwxr-xr-x | bin/release | 1 |
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 |
