Skip to content

Release Check List

Juncheol Cho edited this page Nov 24, 2017 · 5 revisions

Update version

  • /info.json
  • /docs/src/version.rst

Run all of tests in tox

$ tox

Build for PYPI

# build
$ python setup.py bdist_wheel

# upload
$ twine upload dist/darkon-{{release version}}-py2.py3-none-any.whl

Update Documentation on darkon.io

  • build tox for doc tox -e doc
  • copy all of contents in {{darkon repo}}/docs/build/* to {{darkon.github.io repo}}:/.
  • push {{darkon.github.io repo}}