Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6b84ac6 commit 68e6fd2Copy full SHA for 68e6fd2
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