twine

Utility for publishing Python packages on PyPI. More information: <https://twine.readthedocs.io/en/stable/#commands>.

Debian Debian
RUN apt-get update && \ apt-get install -y twine
Ubuntu
RUN apt-get update && \ apt-get install -y twine
Arch Arch Linux
RUN pacman -S --noconfirm twine
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y twine
Fedora
RUN dnf install -y twine
Raspbian
RUN apt-get update && \ apt-get install -y twine
click the source code to copy install twine on any operating system with command-not-found.com