ci-tooling 2025-09-21
Add org-helpers, version generation actions, and fix python-quality to be non-blocking
10 files · 1,256+ · 28-

New composite actions

4 files changed
  • action.yml Action for GitHub token management via org-level helpers
  • action.yml Action to generate post-release versions for continuous deployment
  • action.yml Action to generate TestPyPI-compatible version strings
  • action.yml Combined build and release action
  • Added parse-org-helpers action for centralized GitHub token management instantiate behavioral
    1 file
    • action.yml
  • Added version generation actions for continuous deployment to TestPyPI instantiate behavioral
    2 files
    • action.yml
    • action.yml
  • Added combined python-build-release action with documentation instantiate behavioral
    2 files
    • action.yml
    • README.md

Quality action fix

1 file changed
  • action.yml Fixed to never fail CI — true non-blocking behavior with proper error handling
  • Fixed python-quality action to be truly non-blocking with correct bash error handling and output variable handling remediate behavioral
    1 file
    • action.yml