Skip to content

Commit 68e6fd2

Browse files
committed
Update release steps to add source distribution
1 parent 6b84ac6 commit 68e6fd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# as a shell script later.
55

66
echo 'git clean -xdf'
7+
echo 'python setup.py sdist'
78
echo 'python setup.py bdist_wheel --universal'
89
echo 'twine upload dist/* -r https://upload.pypi.org/legacy/ -u kubernetes'
910

0 commit comments

Comments
 (0)