Twine: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
=Installation= | =Installation= | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
. | .venv/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
.venv/bin/python -m pip install --upgrade twine