Skip to content
Eric Kalosa-Kenyon edited this page May 11, 2021 · 2 revisions

To create a new release of GPy:

  1. Update the semantic versioning in GPy/__version__.py
  2. Create a PR from your fork to SheffieldML/GPy:devel
  3. Once that's merged, create a PR from SheffieldML/GPy:devel to SheffieldML/GPy:deploy

Upon merging the PR in step (3) above, the deploy section in .travis.yml will be executed to push the package built in CI to PyPi.

Clone this wiki locally