• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Publish to pypi with twine
2
3https://packaging.python.org/en/latest/tutorials/packaging-projects/ indicates that the twine
4package is used to publish wheels to pypi.
5
6See more: https://twine.readthedocs.io/en/stable/
7