We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9095392 commit 7a286dcCopy full SHA for 7a286dc
1 file changed
ci/get_version.py
@@ -8,7 +8,7 @@ def main():
8
"rb",
9
) as f:
10
d = tomllib.load(f)
11
- v = d["project"]["version"]
+ v = d["package"]["version"]
12
print(v)
13
14
0 commit comments