Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 917 Bytes

Releasing.md

File metadata and controls

17 lines (13 loc) · 917 Bytes

Table of Contents generated with DocToc

Instructions for creating a new release

  • Update Readme with any new information, as needed
  • Bump the version in __init__.py
  • Commit to git with the message v{num}, like v1.4.0, push
  • Make a new release in Github
    • Add release notes based on the changes (best to use "Generate Release Notes" in the UI)
  • It will automatically push the new version to PyPI, using GH Actions
  • Conda forge will automatically pick up the new version from PyPI within a day or 2, and it automatically create a PR there