Skip to content

ci: add auto-publish workflow triggered on main push#6

Merged
cafitac merged 1 commit intomainfrom
feat/auto-publish-workflow
Apr 27, 2026
Merged

ci: add auto-publish workflow triggered on main push#6
cafitac merged 1 commit intomainfrom
feat/auto-publish-workflow

Conversation

@cafitac
Copy link
Copy Markdown
Owner

@cafitac cafitac commented Apr 27, 2026

Summary

  • New publish.yml workflow triggers on main push (touching src/, bin/, package.json, pyproject.toml) or workflow_dispatch
  • Auto-bumps patch version from both npm and PyPI registry (takes highest)
  • Runs full test matrix (3.11, 3.12, 3.13) + smoke QA before publishing
  • Publishes @cafitac/agent-learner to npm and agent-learner to PyPI

Requires NPM_TOKEN and PYPI_API_TOKEN secrets to be set.

🤖 Generated with Claude Code

Triggers on main push touching src/, bin/, package.json, or pyproject.toml.
Auto-bumps patch version from npm + PyPI registry, runs full test suite,
then publishes both @cafitac/agent-learner (npm) and agent-learner (PyPI).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cafitac cafitac merged commit c38f348 into main Apr 27, 2026
3 checks passed
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