Kaydet (Commit) 88c8ed86 authored tarafından Joffrey F's avatar Joffrey F

Update release script. Bump to rc2

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 33aa1a79
version = "1.8.0-rc1"
version = "1.8.0-rc2"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
......@@ -27,8 +27,7 @@ fi
pandoc -f markdown -t rst README.md -o README.rst || exit 1
python setup.py sdist bdist_wheel || exit 1
if [[ $2 == 'upload' ]]; then
echo "##> Uploading sdist to pypi"
python setup.py upload
python setup.py sdist bdist_wheel upload
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment