We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b84ac6 + 68e6fd2 commit d7f33ecCopy full SHA for d7f33ec
scripts/release.sh
@@ -4,6 +4,7 @@
4
# as a shell script later.
5
6
echo 'git clean -xdf'
7
+echo 'python setup.py sdist'
8
echo 'python setup.py bdist_wheel --universal'
9
echo 'twine upload dist/* -r https://upload.pypi.org/legacy/ -u kubernetes'
10
0 commit comments