MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / Versions

Class Versions

tasks/scripts/release.py:20–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass(frozen=True)
20class Versions:
21 python: str
22 cargo: str
23 docker: str
24 deb: str
25 snap: str
26 rpm_version: str
27 rpm_release: str
28 git_tag: str
29 git_sha: str
30 git_distance: int
31
32
33HOMEBREW_TARGET = "aarch64-apple-darwin"

Callers 1

_versions_from_partsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected