Skip to content

Commit 29f3335

Browse files
committed
fix: change semantic release branch to main
1 parent 55f4faa commit 29f3335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ build_command = """
8585
python -m build .
8686
"""
8787

88-
[tool.semantic_release.branches.master]
89-
match = "master"
88+
[tool.semantic_release.branches.main]
89+
match = "main"
9090

9191
[tool.semantic_release.publish]
9292
dist_glob_patterns = ["dist/*"]

0 commit comments

Comments
 (0)