Skip to content

v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:34

First release published to PyPI. Install it with uvx amazon-india-seller-mcp.

Fixed

  • The publish workflow never ran for v0.1.0 or v0.2.0. The Release workflow
    creates the GitHub Release using GITHUB_TOKEN, and GitHub blocks events
    raised by one workflow's token from starting another, so release: published
    never fired. Publishing now triggers on the v* tag push itself.
  • Added a test asserting the version in pyproject.toml matches
    __version__, so the two cannot drift apart between releases.

Note

Package contents are identical to v0.2.0, which was tagged but never uploaded.

Full Changelog: v0.2.0...v0.2.1