Skip to content

Commit 4f8ef15

Browse files
committed
ci: pass PATH env var to semantic-release build command
1 parent 90a3615 commit 4f8ef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ convention = "numpy"
9595
version_toml = ["pyproject.toml:project.version"]
9696
tag_format = "v{version}"
9797
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
98+
build_command_env = ["PATH"]
9899
build_command = """
99-
python -m pip install --upgrade uv
100100
uv lock --upgrade-package mitreattack-python
101101
uv build
102102
"""

0 commit comments

Comments
 (0)