release script: doc build was breaking pypi upload
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user