Skip to content

Conversation

@avinash2692
Copy link
Contributor

No description provided.

@mergify
Copy link

mergify bot commented Sep 5, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

Copy link
Contributor

@jakelorocco jakelorocco left a 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).


# 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
Copy link
Contributor

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?

Copy link
Contributor Author

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!

@avinash2692
Copy link
Contributor Author

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).

The pending ones are duplicates from what's in main I think they can be ignored for now. I've tried to modify the ci.yml to only run once per python version (removed the run when event_name==push. So hoping that fixes the duplicate runs

@avinash2692 avinash2692 merged commit 9c65c07 into main Sep 8, 2025
4 checks passed
@avinash2692 avinash2692 deleted the avi/gh-actions-pypi branch September 8, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants