Python CI/CD Pipeline Setup Guide
Builds a complete CI/CD YAML pipeline for a Python project covering linting, testing, building, and conditional deployment.
#Python#CI/CD#Pipeline
Prompt
Act as a DevOps engineer. Write a CI/CD pipeline configuration for a Python project that should: install dependencies, run linting, run the full test suite, build the application/artifact, and deploy to [staging/production] only when tests pass on the main branch. Use GitHub Actions or GitLab CI syntax, include the complete YAML configuration, and add inline comments explaining each stage.
Related prompts
Python Code Review Checklist Generator
Creates a thorough, Python-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
JavaScript (React) Code Review Checklist Generator
Creates a thorough, JavaScript (React)-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
Java Code Review Checklist Generator
Creates a thorough, Java-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
