check_for_updates

check_for_updates(
    repo='salmon-data-mobilization/metasalmonpy',
    current=None,
    timeout=2,
    quiet=False,
    request_fn=None,
)

Check the latest GitHub release only when explicitly called.

Back to top