Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 204 Bytes

release-guide.md

File metadata and controls

8 lines (7 loc) · 204 Bytes

new release checklist

  • bump version in setup.py
  • bump version in sphinx
  • create github release with tag
  • python setup.py sdist bdist_wheel
  • twine upload --skip-existing dist/*