We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7232e3 commit 3cd4f5bCopy full SHA for 3cd4f5b
pyproject.toml
@@ -96,6 +96,7 @@ 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 = """
99
+ python -m pip install --upgrade uv
100
uv lock --upgrade-package mitreattack-python
101
uv build
102
"""
0 commit comments