error: Invalid value for blake2_256_digest. Error: Use a valid, hex-encoded, BLAKE2 message digest, when uploading packget to pypi?

Viewed 195

I want to upload my packaget to pypi.

in the last step:

python setup.py sdist upload

i met:

Invalid value for blake2_256_digest. Error: Use a valid, hex-encoded, BLAKE2 message digest

i am confused on this error, can anyone help on this?

1 Answers
Related