You can use pip to set a specific tag:
pip install -e git+ssh://git@github.com/{usr}/{repo}.git@{tag}
However, I can’t find a way to point to the latest version (which will be releases/latest), and not just to the HEAD wizard. Is it possible?
One limitation, it must use ssh.
source
share