We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57853f5 commit 232c8cdCopy full SHA for 232c8cd
source/ports/py_port/upload.sh
@@ -36,7 +36,7 @@ TWINE_PASSWORD=${PYTHON_PYPI_PASSWORD:-}
36
python3 -m pip install --user --upgrade twine setuptools wheel
37
python3 setup.py sdist bdist_wheel
38
python3 -m twine check dist/*
39
-python3 -m twine upload -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD} dist/*
+python3 -m twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" dist/*
40
41
# Delete output
42
rm -rf dist/* build/*
0 commit comments