Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Dec 17, 2024
1 parent 57853f5 commit 232c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ports/py_port/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TWINE_PASSWORD=${PYTHON_PYPI_PASSWORD:-}
python3 -m pip install --user --upgrade twine setuptools wheel
python3 setup.py sdist bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD} dist/*
python3 -m twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" dist/*

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

0 comments on commit 232c8cd

Please sign in to comment.