| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
📝 Walkthrough
WalkthroughThe release workflow in .github/workflows/release.yml has been updated to shift from setuptools-based packaging to PEP 517/518 build standards. The caching key now targets pyproject.toml instead of setup.py. Build dependencies have been consolidated—replacing setuptools and wheel with the build package—and the explicit wheel and source distribution commands are now unified into a single python -m build invocation. Possibly related PRs
Pre-merge checks❌ Failed checks (1 warning)
📜 Recent review details Configuration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📥 Commits Reviewing files that changed from the base of the PR and between 08554e6 and c12c4a4. 📒 Files selected for processing (1)
.github/workflows/release.yml (3) Comment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary by CodeRabbit
Note: This release contains internal build process improvements with no impact to end-user functionality.