Skip to content

Commit a7d1239

Browse files
authored
chore: fixe pyproject.toml (#20)
1 parent cf12ace commit a7d1239

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
@@ -1,8 +1,8 @@
11
[tool.semantic_release]
22
upload_to_pypi = false
3-
branch = main
3+
branch = 'master'
44
version_variable = [
55
'megalist_dataflow/setup.py:__version__'
66
]
7-
version_source = tag
7+
version_source = 'tag'
88
build_command = false

0 commit comments

Comments
 (0)