Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 542 Bytes

HOWTORELEASE.rst

File metadata and controls

10 lines (8 loc) · 542 Bytes

Here are the steps on how to make a new release.

  1. Create a release-VERSION branch from upstream/master.
  2. Update CHANGELOG.rst.
  3. Push a branch with the changes.
  4. Wait for all builds to pass and at least one approval.
  5. Push a tag VERSION to upstream.
  6. Merge the PR.

After this, the package should be published directly to PyPI. After a few hours, it should be picked up by the conda-forge bot, where one of the maintainers need to merge it so the package can be published (another couple of hours after that).