Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 556 Bytes

Contributing

ilpy welcomes contributions

Local development

Clone the repo and install in editable mode.

git clone <your-fork>
cd ilpy
pip install -e .[dev]

Testing

To run the tests, you can use pytest:

pytest

Deploying

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.