We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bump the version number:
bumpversion patch setup.py nbqa/__init__.py
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/*