Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jul 9, 2023
1 parent 8a60ae9 commit 7ada381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with open("pyproject.toml", "rb") as f:
pyproject = tomli.load(f)
pyproject["project"]["version"] = "${{ steps.vars.outputs.tag }}"
pyproject["project"]["version"] = "${{ needs.build-and-publish-pypi.outputs.version }}"
with open("pyproject.toml", "wb") as f:
tomli_w.dump(pyproject, f)
Expand Down

0 comments on commit 7ada381

Please sign in to comment.