We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3 -m pip install --upgrade twine
python3 -m pip install --upgrade build
python3 -m pip install --upgrade pip
python3 -m build
twine upload dist/*
https://packaging.python.org/en/latest/tutorials/packaging-projects/
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
:::
There was an error while loading. Please reload this page.