'How to find the latest commit SHA for a package in PyPi?
I'm looking to find the latest commit SHA for a particular release in this apache-airflow-backport-providers-google from Airflow.
When I run a pip -e install from a git URL which is the latest on this tag with a commit SHA https://github.com/apache/airflow/commits/backport-providers-2021.3.3 it doesn't seem to be the same as running a pip install apache-airflow-backport-providers-google.
How do you find the latest SHA for a given package on PyPi?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
