Skip to content

Commit

Permalink
wip: toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarten authored Oct 18, 2024
1 parent 640c3e3 commit 1613eec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ dependencies = [

[tool.semantic_release]
version_variable = "early_stopping_pytorch/__init__.py:__version__"
branch = "main"
branch = ["main", "fix/release-workflow"] # Include your branch here
upload_to_pypi = false
build_command = "pip install build && python -m build"

[tool.semantic_release.branches]
main = {}
"fix/release-workflow" = { prerelease = true }

[tool.semantic_release.git]
tag_format = "v{version}"

0 comments on commit 1613eec

Please sign in to comment.