Pipery Python CD
Version updated for https://github.com/pipery-dev/pipery-python-cd to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Pipery Python CD GitHub Action automates the continuous deployment (CD) process for Python packages or Docker images, including downloading the artifact, deploying it to various targets (e.g., ArgoCD, Cloud Run, Helm, or Ansible), and verifying deployment health. It simplifies the deployment workflow with structured logging and full pipeline observability through the Pipery platform, providing a streamlined, configurable solution for managing deployments and post-deployment checks.
What’s Changed
v1.0.0
Python CD pipeline: pip download or docker pull, deploy via ArgoCD/Cloud Run/Helm/Ansible, verify deployment status.
Every step runs under psh (Pipery Shell) for automatic structured JSONL logging.
Usage
uses: pipery-dev/pipery-python-cd@v1
See the README for the full inputs reference.