We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a3615 commit 4f8ef15Copy full SHA for 4f8ef15
pyproject.toml
@@ -95,8 +95,8 @@ convention = "numpy"
95
version_toml = ["pyproject.toml:project.version"]
96
tag_format = "v{version}"
97
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
98
+build_command_env = ["PATH"]
99
build_command = """
- python -m pip install --upgrade uv
100
uv lock --upgrade-package mitreattack-python
101
uv build
102
"""
0 commit comments