Skip to content

Latest commit

History

History
21 lines (14 loc) 路 486 Bytes

HOW_TO_RELEASE.md

File metadata and controls

21 lines (14 loc) 路 486 Bytes

How to release pandas-rose

Create a release

In VS Code:

  1. Commit and push all changes.
  2. Make sure HEAD is where you want to be (the latest commit on main branch)
  3. Git: Create Tag and specify tag YYYY.M.micro and a message.
  4. Git: Push Tags

In GitHub

  1. Let GitHub actions build and publish the tag to PyPI.
  2. On GitHub.com, draft a new release with the specified tag, write some release notes, and finish.

Build the package locally

python -m build