Closed fepegar closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.48%. Comparing base (
014151c
) to head (d92fb51
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
(Generated by GitHub Copilot)
This pull request includes significant changes to the
.github/workflows/publish.yml
file to improve the build and publish process for the package. The changes involve splitting the job into separate build and publish steps, updating the tools and actions used, and ensuring artifacts are properly handled.Improvements to the build and publish process:
build
andpublish
steps, improving clarity and separation of concerns.actions/setup-python
action withastral-sh/setup-uv
for setting up the environment.uv build
for creating binary wheels and source tarballs.dist
directory is properly handled between jobs.