genome-grist icon indicating copy to clipboard operation
genome-grist copied to clipboard

notes on release process

Open ctb opened this issue 4 years ago • 0 comments

  • run git log --oneline v0.6.1.. to get list of merges since last release
  • cut a new tag w/release notes over at https://github.com/dib-lab/genome-grist/releases/new - mark it as pre-release
  • run:
git fetch --tags
rm dist/*
python setup.py sdist
twine upload dist/*

ctb avatar Feb 15 '21 19:02 ctb