The release process for azanium currently depends on python package github3.py (version 1.0.0a4) and the github3.authorize function to authenticate to Github using password authentication. This form of authentication is officially deprecated by Github (see here and here) and will be removed from the Github APIs on November 13, 2020. Hence there is a need to update this step in the release flow, as it would fail from November 13 onwards.
The release process for azanium currently depends on python package
github3.py(version1.0.0a4) and thegithub3.authorizefunction to authenticate to Github using password authentication. This form of authentication is officially deprecated by Github (see here and here) and will be removed from the Github APIs on November 13, 2020. Hence there is a need to update this step in the release flow, as it would fail from November 13 onwards.