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
feat(workflows): add GitHub Actions workflows for publishing and testing
- Create a publish workflow that triggers on version tag pushes,
installs dependencies, runs tests, builds the package, and publishes
to PyPI.
- Create a test workflow that triggers on pushes and pull requests to
main and develop branches, sets up Python, installs dependencies,
runs linting, type checking, and tests with coverage.
0 commit comments