Skip to content

Add GitHub workflows#1

Merged
marcleblanc2 merged 1 commit into
mainfrom
amp/add-github-workflows
May 27, 2026
Merged

Add GitHub workflows#1
marcleblanc2 merged 1 commit into
mainfrom
amp/add-github-workflows

Conversation

@marcleblanc2
Copy link
Copy Markdown
Collaborator

Summary

  • add CI workflow for lockfile, lint, typecheck, tests, wheel build, and install smoke test
  • add release workflow for tagged wheel releases with checksum and release notes

Verification

  • uv lock --check
  • npx --yes markdownlint-cli2
  • uv run --python 3.13 --frozen ruff check .
  • uv run --python 3.13 --frozen ruff format --check .
  • uv run --python 3.13 --frozen pyright
  • uv run --python 3.13 --frozen python -m unittest discover -s tests
  • Python 3.13 source and installed-wheel import smoke tests

@marcleblanc2 marcleblanc2 merged commit 879b4e4 into main May 27, 2026
1 check passed
@marcleblanc2 marcleblanc2 deleted the amp/add-github-workflows branch May 27, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant