Skip to content

Release How To

Alban Dericbourg edited this page Oct 10, 2018 · 4 revisions
  • Bump the version (example: https://github.com/criteo/biggraphite/pull/252)
  • Once the pull request is merged tag it (git tag v0.8.0 && git push --tags)
  • Build the archive: python setup.py sdist
  • Upload it to pypi: twine upload dist/biggraphite-*.tar.gz (check that there are no old releases in your folder)
Clone this wiki locally