deathbeds / jupikchr

pikchr text-based diagrams for JupyterLab, etc.

Home Page:https://jupikchr.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 0.2.0

bollwyvl opened this issue · comments

  • merge all outstanding PRs
  • ensure the versions have been bumped (check with doit)
  • ensure the CHANGELOG is up-to-date
    • #6
    • move the new release to the top of the stack
  • validate on binder
  • validate on ReadTheDocs
  • wait for a successful build of main
  • download the dist archive and unpack somewhere (maybe a fresh dist)
  • create a new release through the GitHub UI
    • paste in the relevant CHANGELOG entries
    • upload the artifacts
  • actually upload to npm.com, pypi.org
    cd dist
    twine upload *.tar.gz *.whl
    npm login
    npm publish deathbeds-*-$VERSION.tgz
    npm logout
  • postmortem