Skip to content

Commit

Permalink
fix version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Dec 23, 2024
1 parent b63587a commit 90f2b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
import os
import build.util
version = build.util.project_wheel_metadata(".").version
version = build.util.project_wheel_metadata(".")["version"]
with open(os.environ["GITHUB_OUTPUT"], mode="a", encoding="utf8") as f:
f.write(f"version={version}")
Expand Down

0 comments on commit 90f2b75

Please sign in to comment.