Skip to content

Commit 49d43c5

Browse files
committed
release script fix
1 parent 5d0f132 commit 49d43c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ python setup.py sdist
2626

2727
# Upload with Twine
2828
pip install twine
29-
twine upload dist/*
29+
python -m twine upload dist/*
3030

3131
echo "Done with python-client release"

0 commit comments

Comments
 (0)