Skip to content

Commit

Permalink
fix: pipeline semantic-release #pr
Browse files Browse the repository at this point in the history
  • Loading branch information
svange committed Sep 23, 2023
1 parent 534cbcf commit 02a258a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,16 @@ patch_tags = ["fix", "perf"]



upload_to_pypi = true
#upload_to_release = true
build_command = "pip install poetry && poetry build"




[tool.semantic_release]
version_variable = [
"openbrain/__init__.py:__version__",
"pyproject.toml:version"
]

upload_to_pypi = true
upload_to_vcs_release = false # TODO, we want this, make it tru
build_command = "pip install poetry && poetry build"

assets = []
#commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
Expand Down

0 comments on commit 02a258a

Please sign in to comment.