Twine: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
   username = __token__
   username = __token__
   password = pypi-...
   password = pypi-...
</syntaxhighlight>
=Installation=
<syntaxhighlight lang='bash'>
.vent/bin/python -m pip install --upgrade twine
</syntaxhighlight>
</syntaxhighlight>

Revision as of 02:14, 9 April 2024

External

Internal

Overview

Set up API Token

Configure $HOME/.pypirc to:

[testpypi]
  username = __token__
  password = pypi-...

Installation

.vent/bin/python -m pip install --upgrade twine