Update the build version in django_prbac/__init__.py. Push changes to Github
and go through the process to get them merged into master. A new version will
automatically be pushed to https://test.pypi.org/project/django-prbac/
In a different virtualenv, test that you can install it:
pip install -i https://testpypi.python.org/pypi django-prbac --upgradeAdd a version tag formatted as vX.Y.Z to the commit on master that you want
to publish. Push the tag to Github with git push --tags. Wait for the
PyPI workflow
to complete. Confirm that the package has been pushed to
PyPI.