Package created following this official python documentation
Delete any old versions from dist/
and then run the following commands:
-
python3 -m pip install --upgrade build
-
python3 -m build
-
python3 -m pip install --upgrade twine
-
python3 -m twine upload --repository pypi dist/*
You will be prompted for a username and password. For the username, use
__token__
. For the password, use the token value, including the pypi- prefix.