v1.0.1 — First PyPI Release
First PyPI release — Polaris is now installable with pip install polaris-nlp
(the import and CLI name remain polaris). No code changes.
Added
- A
Release to PyPIworkflow (.github/workflows/release.yml): pushing a version
tag builds the sdist/wheel and publishes to PyPI via trusted publishing
(OIDC) — no API token is stored in the repository.
Changed
- Package classifier updated from
Development Status :: 3 - Alphato
5 - Production/Stable, matching the v1.0 release.