pypi-publish Skill
Publishing duroxide-python to PyPI. Use when releasing a new version, building platform wheels, or publishing to the Python Package Index. Published by microsoft in duroxide-python.
What is pypi-publish Skill?
Publishing duroxide-python to PyPI. Use when releasing a new version, building platform wheels, or publishing to the Python Package Index. Published by microsoft in duroxide-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use pypi-publish Skill
- Use it for testing.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/duroxide-python
- Skill file: .agents/skills/pypi-publish/SKILL.md
What it does
Publishing duroxide-python to PyPI. Use when releasing a new version, building platform wheels, or publishing to the Python Package Index.
Skill instructions
Publishing duroxide-python to PyPI Pre-Publish Checklist Before publishing, verify ALL of the following: 1. Clean Build bash cd duroxide-python source .venv/bin/activate Clippy — must pass with zero warnings cargo clippy --all-targets Release build via maturin maturin develop --release 2. Tests Pass bash All 54 tests must pass (requires DATABASEURL in .env) pytest -v 3. Changelog Updated - CHANGELOG.md must have an entry for the new version - Follow Keep a Changelog format - Include all Added/Changed/Fixed/Removed sections as applicable 4. README Points to Changelog Verify README.md contains a link to CHANGELOG.md: markdown See CHANGELOG.md for release notes. 5. Version Bumped Update version in pyproject.toml: toml [project] name = "duroxide" version = "0.1.2" ← bump this Also update Cargo.toml version to match: toml [package] version = "0.1.2" Build Platform Wheels PyPI uses wheels — one per platform + Python version combo. Unlike npm (separate packages per platform), PyPI serves all
Explore related resources
Frequently asked questions
What is pypi-publish?
pypi-publish is a open-source AI agent skill with Copy skill directory. Publishing duroxide-python to PyPI. Use when releasing a new version, building platform wheels, or publishing to the Python Package Index.
Who is pypi-publish best for?
pypi-publish is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows.
How do I install pypi-publish?
Install or run pypi-publish using Copy skill directory. Check pypi-publish for the latest setup command.
Is pypi-publish actively maintained?
pypi-publish may need a closer maintenance check before production use.
Auto-fetched from GitHub.