Skip to content

πŸš€ Publish

Charles de Beauchesne edited this page Feb 17, 2022 · 2 revisions

Publish a new version is quite easy:

  1. Edit the __version__ variable in campbot.version.py with the new version number
  2. Commit the change directly on master
  3. Create a new release on github. Use the version number as release name!

That's all! 😎

Under the hood

A github action will be run on each release on github, check that release name is the same as the version number, and will build and push the package to PyPI.

Clone this wiki locally