publish-python-package-pypi

Installation
SKILL.md

Publish Python Package Pypi

Overview

Implement a consistent release pipeline for Python packages: CI on push/PR, draft release notes on version tags, and PyPI publish on release publication. Follow the workflow patterns captured in references/workflow-templates.md.

Baseline Pattern

For package repos, maintain these workflow files:

  • .github/workflows/python-package.yml
  • .github/workflows/draft-release-notes.yml
  • .github/workflows/python-publish.yml

Use references/workflow-templates.md for canonical templates and version-pinned actions.

Workflow

Installs
2
GitHub Stars
5
First Seen
Mar 10, 2026
publish-python-package-pypi — btfranklin/skills