我想把我的包上传到pypi。
在最后一步:
python setup.py sdist upload我见过:
Invalid value for blake2_256_digest. Error: Use a valid, hex-encoded, BLAKE2 message digest我对这个错误很困惑,有人能帮上忙吗?
发布于 2022-02-01 10:26:51
根据Python bug跟踪器上的Christian Heimes
不建议使用远程操作,因此不应该再使用。请用麻绳将软件上传到PyPI,https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
https://stackoverflow.com/questions/67870820
复制相似问题