-
-
Notifications
You must be signed in to change notification settings - Fork 46
Maintainers' guide
Marco Gorelli edited this page Jul 19, 2020
·
14 revisions
-
Bump the version number:
bumpversion patch setup.py nbqa/__init__.pyand update the version number in the readme. Git add, git commit, git push.
-
Tag:
git tag -a <version number goes here> git push origin <version number goes here> -
Build:
python setup.py sdist bdist_wheel -
Check:
twine check dist/* -
Deploy:
twine upload dist/nbqa-<version number>*
Go to https://readthedocs.org/projects/nbqa/ and press build
. push-to-mirrors.sh <version number>