feat(release): auto-publish npm and PyPI wrappers
Add publish-registries job to release.yml that runs after verify (release published, VirusTotal table appended). Publishes: - pkg/npm via 'npm publish --access public --provenance' - pkg/pypi via 'twine upload' (sdist + wheel from hatchling) Both wrappers fetch the binary at install time, so a version bump is the only per-release change needed. Bumped to 0.6.1. Requires NPM_TOKEN and PYPI_TOKEN repo secrets.
M
Martin Vogel committed
4cdc2dc9f3bf62c4eac8a3238a3a1a7e09c851a7
Parent: 72c5bdb