You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a GitHub Actions workflow (.github/workflows/publish.yml) that builds a wheel and sdist and publishes distributions to PyPI when a release is published. The workflow sets up Python 3.10, installs build tools, builds distributions, and uses pypa/gh-action-pypi-publish with OIDC permissions.
Also simplify the pyproject.toml license entry from a table to a plain string ("MIT").