Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fallback_version = "0.0.0.dev0"
[tool.semantic_release]
# Use SETUPTOOLS_SCM_PRETEND_VERSION to set version at build time since the
# build step happens before the repo gets tagged.
build_command = "uv run --with build SETUPTOOLS_SCM_PRETEND_VERSION=$NEW_VERSION python -m build"
build_command = "pip install build && SETUPTOOLS_SCM_PRETEND_VERSION=$NEW_VERSION python -m build"
# Repo is on 0.x: prevent a feat: commit from bumping 0.x.y → 1.0.0
allow_zero_version = true
major_on_zero = false
Expand Down
Loading