Commit 01ee024c authored by nimrod's avatar nimrod
Browse files

Add a .pypirc secure template.

parent 581aac8f
Loading
Loading
Loading
Loading

.pypirc.j2

0 → 100644
+8 −0
Original line number Diff line number Diff line
# vim: ft=config
[distutils]
index-servers =
    pypi

[pypi]
username = __token__
password = {{ run(["ph", "show", "--field", "Global token", "Web sites/PyPI"])["stdout"] }}