Commit Graph

3 Commits

Author SHA1 Message Date
b3251cfc15 fix: replace setup-uv action with direct curl install
All checks were successful
CI / Lint (push) Successful in 1m36s
CI / Publish (push) Successful in 19s
CI / Notify (push) Successful in 1s
CI / Test (push) Successful in 1m34s
2026-02-13 14:35:36 -05:00
b8c9781605 fix: use uvx twine to avoid externally-managed Python
Some checks failed
CI / Test (push) Successful in 1m33s
CI / Lint (push) Successful in 1m34s
CI / Publish (push) Failing after 17s
CI / Notify (push) Successful in 1s
2026-02-13 14:30:09 -05:00
6bcf84549c feat: add pyproject.toml, smoke tests, and Gitea CI workflow
Some checks failed
CI / Lint (push) Failing after 2m8s
CI / Test (push) Successful in 2m6s
CI / Publish (push) Has been skipped
CI / Notify (push) Successful in 2s
- pyproject.toml: hatchling build, ruff + pytest dev deps, CLI entrypoint
- tests/test_smoke.py: import validation for all modules
- .gitea/workflows/ci.yaml: lint, test, publish to Gitea PyPI, ntfy notifications
- .gitignore: exclude __pycache__
2026-02-13 10:47:13 -05:00