Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit d41eefa

Browse files
author
ariddell
committed
doc: add note about using TWINE_USERNAME and TWINE_PASSWORD during release
1 parent 2316708 commit d41eefa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/release-howto.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ fingerprint C3542448245BEC68F43070E4CCB669D9761F0CAC.*
3434
If ``twine`` prompts for a username and password abort the process with
3535
Control-C and enter your PyPI credentials in ``$HOME/.pypirc``. (For more
3636
details see the Python documention on `the .pypirc file
37-
<https://docs.python.org/3/distutils/packageindex.html#pypirc>`_.)
37+
<https://docs.python.org/3/distutils/packageindex.html#pypirc>`_.) Alternatively,
38+
one can set the environment variables ``TWINE_USERNAME`` and ``TWINE_PASSWORD``.
3839

3940
Build Wheels
4041
------------

0 commit comments

Comments
 (0)