Contributing
November 20, 2024 ยท View on GitHub
Development
We use PDM to manage dependencies and virtual environments. Make sure you have it installed and then run:
pdm install
Publishing
Configure the PyPI credentials through environment variables PDM_PUBLISH_USERNAME="__token__" and PDM_PUBLISH_PASSWORD=<your-pypi-token> and run:
pdm publish