Files
awesome-copilot/skills
Patel Dhruv 49fd3f3faf Add new skill: Python PyPI Package Builder (#1302)
* Add python-pypi-package-builder skill for Python packaging

- 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.

* fix: correct spelling issues detected by codespell
2026-04-09 10:36:17 +10:00
..
2026-03-05 21:53:41 +11:00
2026-02-16 22:43:41 +01:00
2026-02-09 09:06:56 +00:00
2026-01-06 21:35:41 +01:00
2026-03-16 10:27:54 +11:00
2026-03-05 21:43:04 +11:00
2026-03-13 13:45:17 +11:00