Update release steps to add source distribution

This commit is contained in:
mbohlool 2017-01-03 14:09:12 -08:00
parent 6b84ac6599
commit 68e6fd2bbc

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'