We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf12ace commit a7d1239Copy full SHA for a7d1239
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.semantic_release]
2
upload_to_pypi = false
3
-branch = main
+branch = 'master'
4
version_variable = [
5
'megalist_dataflow/setup.py:__version__'
6
]
7
-version_source = tag
+version_source = 'tag'
8
build_command = false
0 commit comments