We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c263b58 commit 7f5d32bCopy full SHA for 7f5d32b
.github/workflows/release.yaml
@@ -55,7 +55,7 @@ jobs:
55
with open("pyproject.toml", "rb") as f:
56
pyproject = tomli.load(f)
57
58
- pyproject["project"]["version"] = "${tag}"
+ pyproject["project"]["version"] = "${{ env.tag }}"
59
60
with open("pyproject.toml", "wb") as f:
61
tomli_w.dump(pyproject, f)
0 commit comments