ilpy welcomes contributions
This project uses uv for environment and
dependency management. Clone the repo and sync the dev environment:
git clone <your-fork>
cd ilpy
uv syncTo run the tests, use uv run:
uv run pytestThis is a note for maintainers
Create an annotated tag with:
git tag -a vX.Y.Z -m "vX.Y.Z"Then push the tag to github:
git push upstream --follow-tagsThis will trigger ci.yaml to run, which will build a source distribution
(only) and upload it to pypi.