First install dependencies neccessary to run the examples
poetry install --all-groups --no-rootThen run the examples
poetry run python -m example.fastapi_simplefrom root of the project run ./scripts/build.sh to build the project.
To publish the project to pypi, run poetry publish