Skip to content
elvijs edited this page Oct 15, 2020 · 1 revision

Welcome to the BranchedGP wiki!

FAQ

How do I release a new version?

  1. Increment the version number in setup.py.
  2. Use the GitHub UI to draft a release. See for example v1.0.
  3. Profit.

Note that what's happening is we have a "publish package" GitHub action that watches tag creation in this repo and performs the necessary PyPI magic.

Clone this wiki locally