Skip to content

Commit 3cd4f5b

Browse files
committed
fix: install uv in semantic-release workflow
1 parent e7232e3 commit 3cd4f5b

File tree

2 files changed

+914
-903
lines changed

2 files changed

+914
-903
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ version_toml = ["pyproject.toml:project.version"]
9696
tag_format = "v{version}"
9797
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
9898
build_command = """
99+
python -m pip install --upgrade uv
99100
uv lock --upgrade-package mitreattack-python
100101
uv build
101102
"""

0 commit comments

Comments
 (0)