Conversation
Owner
lv10
commented
Mar 14, 2026
- Fixed uv Path and Tag Detection (d530a8e)
- Resolved "Command Not Found": Updated the release workflow to ensure uv is correctly recognized during the release process.
- Tag Alignment: Added tag_format = "{version}" to pyproject.toml to match your existing tags (1.0.0, 2.0.0). This prevents the tool from defaulting to 0.0.0 and ensures it correctly calculates the next version (e.g., 2.1.0).
- Environment and Path Isolation (cb533bf)
- Docker Bypass: Switched from using the Docker-based Semantic Release Action (which lacked uv) to running uv run semantic-release directly on the GitHub runner. This ensures the tool has full access to the project's dependencies and the uv binary.
- Hook Cleanup: Corrected version mismatches in .pre-commit-config.yaml to ensure all linting and formatting hooks are stable and compatible with the latest ruff.
- Integrated Version Synchronization (211dcfd)
- Single Source of Truth: Added version_variable to the Semantic Release configuration in pyproject.toml. This ensures that when a new release is created, the version is automatically updated in both pyproject.toml and bestbuyapi/init.py simultaneously.
- Release Reliability: Refined the release.yml workflow logic to better track if a release was actually triggered, preventing redundant or empty publish attempts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.