Merge pull request #84 from mbohlool/master

Update release steps to add source distribution
This commit is contained in:
Mehdy Bohlool 2017-01-03 14:13:14 -08:00 committed by GitHub
commit d7f33ec53e

View File

@ -4,6 +4,7 @@
# as a shell script later.
echo 'git clean -xdf'
echo 'python setup.py sdist'
echo 'python setup.py bdist_wheel --universal'
echo 'twine upload dist/* -r https://upload.pypi.org/legacy/ -u kubernetes'