You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not necessarily. That will result in a *.asc next to the file containing the signature, which serves a different use case. Compare the digests and signatures on the Python download page, for example.
From pypa/pip#5658, we could provide digests so users can verify that get-pip.py was downloaded correctly.
One use case could be during manual configuration of some server that does not have root CA certificates installed:
curl --insecure -o get-pip.py https://bootstrap.pypa.io/get-pip.py
on the serversha256sum get-pip.py
https://bootstrap.pypa.io/get-pip.py.sha256
in a web browsersha256sum
The text was updated successfully, but these errors were encountered: