For questions about the Python package used for uploading distributions to the Python Package Index (PyPI).
Use the tag if your question is about any of the features found in the Twine package.
This can include, but is not limited to:
- interacting with PyPI
- uploading to PyPI
Twine is a utility for securely interacting with PyPI over HTTPS. PyPI is the Python Package Index - a repository of software for the Python programming language.
Twine is one of two ways to upload to PyPI, the other being through the "setup.py upload" command.
When tagging with twine consider tagging with python as well.