Merge pull request #84 from mbohlool/master
Update release steps to add source distribution
This commit is contained in:
commit
d7f33ec53e
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user