Skip to content

v1.0.1 — First PyPI Release

Choose a tag to compare

@cattolatte cattolatte released this 05 Jul 09:07

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 PyPI workflow (.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 - Alpha to
    5 - Production/Stable, matching the v1.0 release.