Skip to content

Commit

Permalink
ci: building ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nadobando committed Sep 17, 2023
1 parent caef34b commit 4330bb4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,15 @@ match = "main"
prerelease_token = "rc"
prerelease = false
#build_command = "pip install poetry && build"
version_variable = [
version_variables = [
"pydiction/pydiction/__init__.py:__version__",
# "pyproject.toml:tool.poetry.version",

]
#commit_author = "Your Name <[email protected]>"
upload_to_pypi = true
#version_toml = [
# "pyproject.toml:tool.poetry.version",
version_toml = [
"pyproject.toml:tool.poetry.version",
# "pydiction/__init__.py:__version__",
#]
]
[tool.semantic_release.changelog]
exclude_commit_patterns = [
"^ci:.*",
Expand Down

0 comments on commit 4330bb4

Please sign in to comment.