mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
Don't need to build the env for a sdist
After 2.5 we are not releasing the html docs in the sdist anymore.
This commit is contained in:
parent
7faa06ce0b
commit
b4d38c455c
|
@ -23,7 +23,6 @@ git clone $REPO_URL psycopg
|
||||||
cd psycopg
|
cd psycopg
|
||||||
TAG=${VER//./_}
|
TAG=${VER//./_}
|
||||||
git checkout -b $TAG $TAG
|
git checkout -b $TAG $TAG
|
||||||
make env # to build the docs
|
|
||||||
make sdist
|
make sdist
|
||||||
|
|
||||||
# Test the sdist just created
|
# Test the sdist just created
|
||||||
|
|
Loading…
Reference in New Issue
Block a user