Skip to content

Commit 7a286dc

Browse files
committed
fix workflow (4)
1 parent 9095392 commit 7a286dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/get_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def main():
88
"rb",
99
) as f:
1010
d = tomllib.load(f)
11-
v = d["project"]["version"]
11+
v = d["package"]["version"]
1212
print(v)
1313

1414

0 commit comments

Comments
 (0)