There was an error while loading. Please reload this page.
To update the package, I have been using these instructions: https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*