We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0699c41 commit 040ba18Copy full SHA for 040ba18
pyproject.toml
@@ -1,7 +1,10 @@
1
[semantic_release]
2
assets = []
3
build_command = "python setup.py sdist"
4
-build_command_env = []
+build_command_env = [
5
+ "PATH",
6
+ "LD_LIBRARY_PATH",
7
+]
8
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
9
commit_parser = "semantic_release_config.parser:BimdataCommitParser"
10
logging_use_named_masks = false
0 commit comments