Managing Python Releases

🌐Community
by wdm0006 · vlatest · Repository

Automates Python package version bumping, testing, and deployment to specified environments using configured release pipelines.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add managing-python-releases npx -- -y @trustedskills/managing-python-releases
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "managing-python-releases": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/managing-python-releases"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates Python release management tasks. It handles version bumping, tag creation, and pushing releases to a configured repository. The tool simplifies the process of packaging and distributing Python software by automating repetitive steps involved in each release cycle.

When to use it

  • You need to regularly release new versions of your Python packages.
  • You want to automate the tagging and versioning process for your projects.
  • You're looking for a way to streamline the deployment of Python applications.
  • You are managing multiple Python projects that require consistent release procedures.

Key capabilities

  • Version bumping (incrementing semantic versions)
  • Tag creation in Git repositories
  • Pushing tags and commits to remote repositories

Example prompts

  • "Bump the version to 1.2.3 and create a tag."
  • "Release version 2.0.0 with commit message 'Fix bug'."
  • “Create a release candidate for version 1.0”

Tips & gotchas

This skill requires access to a Git repository and appropriate permissions to push changes. Ensure your environment is properly configured with the necessary credentials before using this tool.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
wdm0006
Installs
7

🌐 Community

Passed automated security scans.