Skip to content

How to make a new release

mrbean-bremen edited this page Mar 10, 2021 · 3 revisions

Follow these steps if you want to make a new PyPi release:

  • Create a version-<VERSION> branch from upstream/main (for example version-1.2.3). Note that this project follows semantic versioning.
  • Update CHANGELOG.md.
  • Push a branch with the changes.
  • Once all builds pass, push a tag to upstream. The tags follow the naming schema v<VERSION>, e.g. v1.2.3.
  • Merge the PR.

This will create a new PyPi release and push the relase documentation to GitHub pages.

Clone this wiki locally