- Update
CHANGELOG
- Set the new version in
setup.cfg
- Add a commit with this changes, create a PR on GitHub, and merge
- Create a source package and a wheel:
rm -rf dist python setup.py sdist bdist_wheel
- Push the source package and the wheel to pypi:
twine upload --repository=pypi dist/*
- Update
CHANGELOG
andsetup.cfg
again for the new development version