Publish new version¶
Publishing checklist¶
- Commit all changes
- Package validation
- Check for dependency updates
- Test build documentation
- Static type-checking
- Prepare for publishing
- Bump version number in pyproject.toml
- Test build package
- Git push version bump
- Tag version, and git push tags
- Publishing to PyPI
- Publishing documentation