Twine

From NovaOrdis Knowledge Base
Revision as of 02:11, 9 April 2024 by Ovidiu (talk | contribs) (Created page with "=External= =Internal= =Overview= =Set up API Token= Configure <code>$HOME/.pypirc</code> to: <syntaxhighlight lang='text'> [testpypi] username = __token__ password = pypi-... </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Set up API Token

Configure $HOME/.pypirc to:

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