- Bump version in
src/afancontrol/__init__.py
- Generate debian/changelog record with
dch
make release
git tag -s 3.0.0
+git push origin 3.0.0
- Create a new release for the pushed tag at https://github.com/KostyaEsmukov/afancontrol/releases
- Upload a GPG signature of the tarball to the just created GitHub release, see https://wiki.debian.org/Creating%20signed%20GitHub%20releases
make deb-from-github
docker run -it --rm python:3.7 bash
+pip install afancontrol
+afancontrol --help
- Ensure that the CI build for the tag is green.