Skip to content

Commit

Permalink
ci: pyproject semantic 8 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajite authored Oct 5, 2023
1 parent c33fed8 commit 901073d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ hebikani = 'hebikani.hebikani:main'
[tool.semantic_release]
version_variable = [
"hebikani/__init__.py:__version__",
"pyproject.toml:version"
]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "main"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"

0 comments on commit 901073d

Please sign in to comment.