Skip to content

Commit 232c8cd

Browse files
authored
Update upload.sh
1 parent 57853f5 commit 232c8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ports/py_port/upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ TWINE_PASSWORD=${PYTHON_PYPI_PASSWORD:-}
3636
python3 -m pip install --user --upgrade twine setuptools wheel
3737
python3 setup.py sdist bdist_wheel
3838
python3 -m twine check dist/*
39-
python3 -m twine upload -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD} dist/*
39+
python3 -m twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" dist/*
4040

4141
# Delete output
4242
rm -rf dist/* build/*

0 commit comments

Comments
 (0)