Skip to content

Maintainers' guide

Marco Edward Gorelli edited this page Aug 5, 2024 · 14 revisions

Deploying a new version of the package

  1. Update history.rst
  2. find and replace the version number everywhere except for history.rst
  3. git commit -a -m 'v'
  4. git tag -a '' -m ''
  5. git push origin HEAD --follow-tags
Clone this wiki locally