pypi-publisher

Installation
SKILL.md

PyPI Publisher

Complete workflow for publishing Python packages to PyPI with best practices, error handling, and automation.

Critical Pre-Publish Checklist

ALWAYS run tests before publishing. Never skip this step.

  1. Run full test suite
    python -m pytest tests/ -v --tb=short
    
    • All tests must pass
    • Check code coverage if applicable
    • Fix any failures before proceeding
Installs
6
GitHub Stars
7
First Seen
Mar 16, 2026
pypi-publisher — trotsky1997/my-claude-agent-skills