Has anybody got an error like this when you try to upload your package ?
$ twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: MyUsername
Enter your password: ********
TypeError: expected string or bytes-like object
Edit: Got the same error again but this time to fix it I upgraded twine and it started working again.
Uploading distributions to https://upload.pypi.org/legacy/ - TypeError: expected string or buffer
right now... – Shit