pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Set up trusted publishing for making releases to PyPI #187

Closed takluyver closed 5 months ago

takluyver commented 5 months ago

@pradyunsg does this look OK? I've reconfigured PyPI to allow publishing from ci.yml, because I like the publish job to run only after the tests have passed, and that's easier if they're in the same file.

Closes #186.