Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Development

Fabian Pedregosa edited this page Mar 24, 2016 · 3 revisions

Some notes for developers

Making a release

The version number needs to be changed at 3 different places: setup.py, lightning/__init__.py and build_tools/conda-recipe/meta.yml

Binary packages

The appveyor system creates windows binary packages (conda, .exe and wheel). Linux packages are created in travis. OSX packages are created in my (Fabian) local machine.

TODO

Deployment of the builds should only be done on tagging as explained here: http://help.appveyor.com/discussions/problems/783-run-builds-on-new-git-tag

Clone this wiki locally