You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
I've avoided this because of security concerns, and was locally uploading packages with twine, but it looks like twine itself builds and publishes its package to PyPI in a github release hook. May as well publish in CI, then!
I've avoided this because of security concerns, and was locally uploading packages with
twine, but it looks liketwineitself builds and publishes its package to PyPI in a github release hook. May as well publish in CI, then!https://github.com/psf/black/blob/c0cc19b5b3371842d696875897bebefebd5e1596/.github/workflows/pypi_upload.yml#L11-L34 looks like it'd be a good fit.