-
Notifications
You must be signed in to change notification settings - Fork 49
ci: adding github actions for ci/cd #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
jakelorocco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please also confirm that the tests are only running once each? I see the 7 checks as having duplicates for the tests for each python version. It does look like each is actually only running once though.
I also see that 3 tests are still pending, but nothing appears to be running them (and they appear to be duplicates again).
.github/scripts/release.sh
Outdated
|
|
||
| # update package version | ||
| uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "${TARGET_VERSION}" | ||
| UV_FROZEN=0 uv lock --upgrade-package docling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be --upgrade-package mellea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! thanks for catching that!
The pending ones are duplicates from what's in |
No description provided.