microsoft/artifacts-keyring

artifacts-keyring requires dotnet SDK (not dotnet runtime as said on documentation)

Closed this issue · 2 comments

artifacts-keyring pypi's documentation says that one of its prerequisites is dotnet runtime:
image

After installing dotnet runtime on my .devcontainer (python-3.8-slim) the command twine upload was still warning me that dotnet was not found:

image

Only after installing dotnet SDK the twine upload ran correctly.

Confirmed that artifacts-keyring needs .NET SDK. Our engineers will work to update the documentation accordingly.
If necessary, you may need to update update setuptools and pip.

v.0.3.2 has been published with the updated docs.