Twine: Difference between revisions
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>") |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://pypi.org/project/twine/ | |||
=Internal= | =Internal= | ||
=Overview= | =Overview= |
Revision as of 02:11, 9 April 2024
External
Internal
Overview
Set up API Token
Configure $HOME/.pypirc
to:
[testpypi]
username = __token__
password = pypi-...