Skip to content

Commit

Permalink
fix: fix a field error that caused the version to fail to be published
Browse files Browse the repository at this point in the history
Signed-off-by: Illustar0 <[email protected]>
  • Loading branch information
Illustar0 committed Feb 9, 2025
1 parent e5760c4 commit e7615ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ version_variables = [
"docs/source/conf.py:release",
]
version_toml = [
"pyproject.toml:project.version"
"pyproject.toml:tool.poetry.version"
]
build_command = "pip install poetry && poetry build"

0 comments on commit e7615ca

Please sign in to comment.