Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 913 Bytes

Releasing.md

File metadata and controls

17 lines (14 loc) · 913 Bytes

Table of Contents generated with DocToc

Instructions for creating a new release

  • Change the version in setup.py
  • Change the version in bcpandas/__init__.py
  • Update Readme with any new information, as needed
  • 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
  • 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