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 usingGITHUB_TOKEN, and GitHub blocks events
raised by one workflow's token from starting another, sorelease: published
never fired. Publishing now triggers on thev*tag push itself. - Added a test asserting the version in
pyproject.tomlmatches
__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