We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tag:
$ git tag -a v0.1.3 -m "Version 0.1.3" $ git push --tags
Upload to test PyPI:
$ python -m build $ twine upload dist/* --repository-url https://test.pypi.org/legacy/
Check and upload to production PyPI:
$ twine upload dist/*