Agent skill
publish-pypi
Publish a new release to PyPI. Use when releasing, publishing to PyPI, or making a release.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/publish-pypi
SKILL.md
Publish to PyPI
Steps
-
Ensure version is bumped — verify or use bump-version skill
-
Run full checks — use complete-checkpoint skill, but include LLM tests (
uv run pytest -v) -
Commit version bump if not already committed
-
Build and publish:
bashuv build uv run uv-publish -
Tag and push:
bashgit tag vX.Y.Z git push && git push --tags
Notes
uv run uv-publishreads credentials from~/.pypirc- For TestPyPI:
uv run uv-publish --repository testpypi
Didn't find tool you were looking for?