Skip to content

Commit 00f7296

Browse files
update-workflow
1 parent 19b3eb8 commit 00f7296

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[semantic_release]
22
version_source = tag
33
upload_to_pypi = true
4-
branch = release-main
5-
# branches = master,release-main
64
commit = false
75
push = false
86

7+
[semantic_release.release_groups.default]
8+
# Configure which branches should trigger releases
9+
branches = ["release-main"]
10+
911
[semantic_release.plugins]
1012
version = "semantic_release.version.python_version.Version"
1113
build = "semantic_release.build.PythonBuildCommand"

0 commit comments

Comments
 (0)