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"] }} 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"] }}