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.
cd Python
pip3 install --upgrade pip
python3 -m pip3 install --upgrade build twine
https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives
python3 -m build
https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives
python3 -m twine upload --repository testpypi dist/*