Twine: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(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>")
(No difference)

Revision as of 02:11, 9 April 2024

External

Internal

Overview

Set up API Token

Configure $HOME/.pypirc to:

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