ilpy welcomes contributions
Clone the repo and install in editable mode.
git clone <your-fork>
cd ilpy
pip install -e .[dev]
To run the tests, you can use pytest
:
pytest
This 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-tags
This will trigger ci.yaml
to run, which will build a source distribution
(only) and upload it to pypi.