Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.27 KB

ReleaseChecklist.md

File metadata and controls

27 lines (26 loc) · 1.27 KB

Deeptime Release Checklist

  • all tests pass?
  • documentation builds fine?
    • go into docs folder
    • make sure deps are there pip install ".[docs]"
    • make html
  • create a tag git tag $version -a
  • push the tag git push --tags origin $version
  • draft a release on github based on tag
  • pypi release:
  • if all good, change github draft release to proper release
  • conda-forge
    • merge pr if green!
  • update docs: