Add new skill: Python PyPI Package Builder#1302
Open
Dhruvpatel004 wants to merge 2 commits intogithub:stagedfrom
Open
Add new skill: Python PyPI Package Builder#1302Dhruvpatel004 wants to merge 2 commits intogithub:stagedfrom
Dhruvpatel004 wants to merge 2 commits intogithub:stagedfrom
Conversation
- Created `SKILL.md` defining decision-driven workflow for building, testing, versioning, and publishing Python packages. - Added reference modules covering PyPA packaging, architecture patterns, CI/CD, testing, versioning strategy, and release governance. - Implemented scaffold script to generate complete project structure with pyproject.toml, CI workflows, tests, and configuration. - Included support for multiple build backends (setuptools_scm, hatchling, flit, poetry) with clear decision rules. - Added secure release practices including tag-based versioning, branch protection, and OIDC Trusted Publishing.
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SKILL.mddefining decision-driven workflow for building, testing, versioning, and publishing Python packages.pyproject.toml, CI workflows, tests, and configuration.setuptools_scm,hatchling,flit,poetry) with clear decision rules.Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds the
python-pypi-package-builderSkill, a comprehensive workflow for creating production-grade Python packages using modern PyPA standards.This contribution introduces a structured, decision-driven system that helps GitHub Copilot:
src/vs flat layout)It also includes a scaffold script to generate a fully functional, PyPI-ready project with best practices applied by default.
This skill addresses a real gap in Python packaging workflows, especially around consistency, automation, and release governance.
Usage examples:
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the [Code of Conduct](../CODE_OF_CONDUCT.md) and will be licensed under the MIT License.