I\'m trying to upload a python package to PyPi, using the following commands:
pip install -e .
python setup.py bdist_wheel --universal
twine upload --reposit
EDIT: if you're using Windows, check my other suggestion
It looks like some sort of error with the account I was using. The following steps fixed it for me:
twine upload dist/*
Also be aware that the test pypi server --repository-url https://test.pypi.org/legacy/
, requires a different account to be created from the live server --repository-url https://upload.pypi.org/legacy/