Skip to content

Commit 040ba18

Browse files
committed
CI: fix python-semantic release build env.
1 parent 0699c41 commit 040ba18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[semantic_release]
22
assets = []
33
build_command = "python setup.py sdist"
4-
build_command_env = []
4+
build_command_env = [
5+
"PATH",
6+
"LD_LIBRARY_PATH",
7+
]
58
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
69
commit_parser = "semantic_release_config.parser:BimdataCommitParser"
710
logging_use_named_masks = false

0 commit comments

Comments
 (0)