Skip to content

Use uv run for semantic-release command - #13

Merged
krypton-byte merged 1 commit into
masterfrom
dev
Aug 23, 2026
Merged

Use uv run for semantic-release command#13
krypton-byte merged 1 commit into
masterfrom
dev

Conversation

@krypton-byte

Copy link
Copy Markdown
Owner

This pull request makes a minor update to the release workflow by changing how the Python Semantic Release is executed. The command now uses uv run to invoke semantic-release version, which may improve dependency management or environment consistency.

  • Updated release workflow:
    • .github/workflows/release.yml: Changed the command to run semantic-release version via uv run --no-project for better environment handling.🤖 Generated with Codebuff

Summary

Type of Change

  • feat
  • fix
  • docs
  • refactor
  • chore
  • ci/build
  • breaking change

Checklist

  • PR title follows Conventional Commits (type(scope): summary)
  • Local checks pass (ruff, formatting, stub parity)
  • Docs updated if behavior/API changed
  • Relevant tests added/updated
  • No secrets or generated build artifacts committed

Linked Issues

Notes for Reviewer

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
@krypton-byte
krypton-byte merged commit 011157a into master Aug 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant