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 5d0f132 commit 49d43c5Copy full SHA for 49d43c5
scripts/release.sh
@@ -26,6 +26,6 @@ python setup.py sdist
26
27
# Upload with Twine
28
pip install twine
29
-twine upload dist/*
+python -m twine upload dist/*
30
31
echo "Done with python-client release"
0 commit comments