We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3 setup.py sdist bdist_wheel
Note: Before creating a tag do remember to change the version and the file version as well
git tag -a <version_release> -m <comment>
git push origin <tag>
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*