Release a new version on PyPI#
Create a branch for a release
Provide a list of changes and release description in the merge request. Justify a version bump is necessary.
Tag the corresponding version.
Approve and merge the PR.
CI/CD will take care of PyPi release. (Make sure the version in CI/CD deployment pipeline matches the one you just tagged.)