Your contribution is welcome!
Please open a matching Issue and a Pull Request, with some explanation of the changes.
./lint.sh
./test.sh
We wil try to process your PR in a reasonable time.
- Install
poetry install
-
Create an account on pypi.org and create an API token
-
Registry your pypi.org token with poetry:
poetry config pypi-token.pypi <your-api-token>
- Build
poetry build
- Publish
poetry publish
Or in one command:
./publsh.sh
- Run e2e test, to see package is consumable
./test.e2e.sh