Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrodnek committed Sep 7, 2024
1 parent f0f588b commit 11e53af
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@ version_variable = [
"pyproject.toml:version"
]

branches = ["main", "release_automate"]
upload_to_pypi = false
upload_to_vcs_release = false
build_command = "poetry build"
build_command = "poetry build"

[tool.semantic_release.branches.main]
match="main"

[tool.semantic_release.branches.develop]
match="release_automate"
prerelease=true
prerelease_token="rc"

0 comments on commit 11e53af

Please sign in to comment.