Skip to content

Commit d7f33ec

Browse files
authored
Merge pull request #84 from mbohlool/master
Update release steps to add source distribution
2 parents 6b84ac6 + 68e6fd2 commit d7f33ec

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)