From b4d38c455c428a0bd4a89042fc620c6a20c0de91 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 31 Aug 2014 03:08:39 +0100 Subject: [PATCH] Don't need to build the env for a sdist After 2.5 we are not releasing the html docs in the sdist anymore. --- scripts/upload-release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upload-release.sh b/scripts/upload-release.sh index 7ce16d83..618e8232 100755 --- a/scripts/upload-release.sh +++ b/scripts/upload-release.sh @@ -23,7 +23,6 @@ git clone $REPO_URL psycopg cd psycopg TAG=${VER//./_} git checkout -b $TAG $TAG -make env # to build the docs make sdist # Test the sdist just created