# Release

> Prepare and validate package release workflow for TestPyPI and PyPI. Use when this capability is needed.

- Skill: `tomevault-io/release-95` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/release-95`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/release-95/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/release-95

---


# Release

## Steps
1. Update `version` in `pyproject.toml`.
2. Run full quality pipeline.
3. Build artifacts with `uv run --with build python -m build`.
4. Check metadata with `uv run --with twine python -m twine check dist/*`.
5. Publish using GitHub Actions tag `vX.Y.Z`.

## Notes
- Release workflow supports manual dispatch to TestPyPI.
- Production publish should use tags and trusted publishing.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/guillaume-lombardo) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

