-
Notifications
You must be signed in to change notification settings - Fork 34
Release Check List
Juncheol Cho edited this page Nov 24, 2017
·
5 revisions
/info.json
/docs/src/version.rst
$ tox
# build
$ python setup.py bdist_wheel
# upload
$ twine upload dist/darkon-{{release version}}-py2.py3-none-any.whl
- 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}}