指南¶
Guides are focused on accomplishing a specific task and assume that you are already familiar with the basics of Python packaging. If you’re looking for an introduction to packaging, see 教程.
- Packaging and distributing projects
- Including files in source distributions with
MANIFEST.in
- Single-sourcing the package version
- 放弃对旧版 Python 的支持
- Packaging binary extensions
- Packaging namespace packages
- 创建和发现插件
- 使用 TestPyPI
- Making a PyPI-friendly README
- Publishing package distribution releases using GitHub Actions CI/CD workflows