Publishing to the official PyPIΒΆ
When Simulating a release on PyPI is done, here we go for releasing a new version of Lino to the world.
Of course you need maintainer's permission on PyPI for all projects.
You also need to configure your ~/.pypirc
file:
[distutils]
index-servers =
pypi
[pypi]
username:joe.doe
password:My password
Run inv release
on every project:
$ pp inv release
It will automatically create a git tag and then call twine.