mgp icon indicating copy to clipboard operation
mgp copied to clipboard

Pypi package used for type hinting when creating MAGE modules.

mgp

Pypi package used for type hinting when creating MAGE modules.

how to publish new versions

prerequisites

  1. installed poetry
pip install poetry
  1. set up API tokens
  2. be a collaborator on pypi

making changes

  1. make changes to the package
  2. bump version in pyproject.tml
  3. poetry build
  4. poetry publish