Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 581 Bytes

todo_before_release.md

File metadata and controls

25 lines (24 loc) · 581 Bytes

Todos

  • Run the tests.
    poetry run tox
  • Check if docs are compilable:
    poetry run sphinx-build docs/source docs/_build
  • Update release in VERSION.md, setup.py and button of README.md.
  • Make release
  • Push master and develop branch, and tags
  • Switch to master branch
  • Upload new packages to test server:
    poetry build
    poetry config repositories.testpypi https://test.pypi.org/legacy/
    poetry publish -r testpypi
  • Check that everything works
  • Upload new packages to real server:
    poetry publish