This repository builds conda recipes and uploads them automatically to anaconda.
To change a release number you need to edit the file conda_recipe/osqp/meta.yaml
at the line
{% set version = "0.5.0" %}
to set the right version number.
You can trigger a build by:
- making a commit to the
osqp-recipes
repository (e.g. withgit commit --allow-empty
); or - clicking on the circular arrow icon towards the top right of the travis-ci page, to rerun the previous build.
In general, it is better to trigger a build with a commit, because this makes a new set of build products and logs, keeping the old ones for reference. Keeping the old build logs helps us keep track of previous problems and successful builds.