Closed as not planned
Description
P.S. Since you mentioned liking evergreen CI and maintenance ergonomics, here's a few of my GitHub Actions that you may enjoy having here:
- https://github.com/re-actors/alls-green — a unified single-gate check for branch protection
- https://github.com/re-actors/checkout-python-sdist — a way to ensure that the source distributions you ship are usable downstream
- https://github.com/pypa/gh-action-pypi-publish — a PyPA-blessed way of publishing to PyPI from GHA; you can also stop using long-living API token secret with this — see https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
Originally posted by @webknjaz in #15 (comment)