Install the agent from pypi instead of git master

Change-Id: Id615458fd27c8aa4c39a95d45511426262257c8a
This commit is contained in:
Ilya Shakhat
2015-05-12 15:53:36 +03:00
parent 68a5540581
commit 8f9cf572a9
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ export PBR_VERSION="$(git describe --exact-match)"
cd ${TEMP_DIR}
echo "Building pyshaker-agent version ${PBR_VERSION}"
python setup.py sdist upload
python setup.py sdist
twine upload -s dist/*
cd -
rm -rf ${TEMP_DIR}