593 B
593 B
How to publish new versions
Prerequisites
- Installed poetry
pip install poetry
- Set up API tokens
- Be a collaborator on pypi
Making changes
- Make changes to the package
- Bump version in
pyproject.tml
poetry build
poetry publish
Why is this not automatized?
Because someone always has to manually bump up the version in pyproject.toml
Why does _mgp.py
exists?
Because we are mocking here all the types that are created by Memgraph
in order to fix typing errors in mgp.py
.