Skip to content

fix: name the embedded maintainer and repair the PyPI upload - #95

Merged
polaz merged 2 commits into
mainfrom
fix/#90-release-publish
Sep 5, 2026
Merged

fix: name the embedded maintainer and repair the PyPI upload#95
polaz merged 2 commits into
mainfrom
fix/#90-release-publish

Conversation

@polaz

@polaz polaz commented Sep 5, 2026

Copy link
Copy Markdown
Member

Summary

Two things stood between the corrected package metadata and PyPI:

  • coordinode-embedded was the one package of the four without an authors entry; it now names the maintainer like the others.
  • The v2.0.0 and v2.1.0 release runs built every package but the upload of the pure-Python wheels (coordinode, langchain-coordinode, llama-index-graph-stores-coordinode) failed: the pinned pypa/gh-action-pypi-publish shipped a twine that rejects the Metadata-Version: 2.5 that current hatchling writes, and the matrix fail-fast then cancelled the remaining uploads. PyPI therefore still serves the 1.0.6 wheels from May. The action is pinned to v1.14.2 (twine 7) and each package now uploads independently.

Both commits are fix: so release-please cuts 2.1.1, which republishes all four packages with the licence text (#91) and the corrected metadata (#93).

Supersedes #94, whose commit carried a Release-As: 1.0.7 footer that would have moved the manifest backwards from 2.1.0.

Testing

  • Build jobs of run 33613814488 succeeded with these exact wheels; only the upload step rejected them, and v1.14.2 ships twine==7.0.0 / packaging==26.2, which accept Metadata-Version 2.5.
  • release.yml is only exercised on the tag push, so the final verification is the 2.1.1 release run.

Closes #90

The embedded package was the one of the four without an authors entry;
it now names the maintainer like the others.
The v2.0.0 and v2.1.0 release runs built every package but the upload
of the pure-Python wheels failed: the pinned pypa/gh-action-pypi-publish
shipped a twine that rejects the Metadata-Version 2.5 that current
hatchling writes, and the matrix fail-fast then cancelled the remaining
uploads. Pin v1.14.2 (twine 7) and let each package upload independently
so one bad wheel no longer blocks the others.

Closes #90
@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 5 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: ad28347b-ca87-46a9-bc89-15e808c9f4bf

📥 Commits

Reviewing files that changed from the base of the PR and between c677c57 and 387c235.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • coordinode-embedded/pyproject.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T15:32:46.734089Z 387c235 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@sonarqubecloud

sonarqubecloud Bot commented Sep 5, 2026

Copy link
Copy Markdown

@polaz
polaz merged commit e3a639e into main Sep 5, 2026
14 checks passed
@polaz
polaz deleted the fix/#90-release-publish branch September 5, 2026 16:11
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: ship licence files and add a contributor agreement

1 participant