We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Follow these steps to do the upload eodal to pypi using Twine
build
pip install build
python3 -m build --wheel .
pypi
~.pypirc
twine upload --repository pypi dist/* --verbose