Skip to content

0.43.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 21:26
· 7 commits to main since this release
77fe5a5

The registry proves you own a PyPI package by finding an mcp-name token in the published description, which for this project is README.md. Without it, publishing io.github.feder-cr/aihawk is refused with "Registry validation failed for package".

The token has to be on the index, not just in the tree, so it needs a release to reach anything: hence the bump to 0.43.0.

Checked on the built wheel rather than assumed, the token is in aihawk-0.43.0.dist-info/METADATA, which is the description PyPI serves and the registry reads.