Closed nathanramoscfa closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7857cfd
) 97.18% compared to head (ff4a0b6
) 97.18%. Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request includes an important update to our GitHub Actions workflow (
release.yml
) by changing the Python version used during the build and upload process. The modification is aimed at resolving the recent build issues we encountered during the release of versionv0.1.1
of our package.Key Changes:
Set up Python
step ofrelease.yml
has been updated from '3.x' to '3.11'. This change is based on the observation that the latest Python version (3.12) may have compatibility issues with some of our dependencies, notablynumpy
.