Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Sep 15, 2023
1 parent 1ff3e20 commit b3abdb7
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 @@ -44,7 +44,7 @@ sphinx-toolbox = "^3.4.0"

[tool.semantic_release]
version_variable = "storage3/utils.py:__version__"
version_toml = "pyproject.toml:tool.poetry.version"
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = false
commit_subject = "chore(release): bump version to v{version}"
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
Expand Down

0 comments on commit b3abdb7

Please sign in to comment.