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 9d5a68d + 610a1f5 commit 6060d1cCopy full SHA for 6060d1c
scripts/release.sh
@@ -0,0 +1,9 @@
1
+# This file is intended to document release steps.
2
+# Verify each step's result before calling the next command.
3
+# It is documented here with the intention of being automated
4
+# as a shell script later.
5
+
6
+echo 'git clean -xdf'
7
+echo 'python setup.py bdist_wheel --universal'
8
+echo 'twine upload dist/* -r https://upload.pypi.org/legacy/ -u kubernetes'
9
0 commit comments