How to deploy to a GitHub environment
How to deploy to a GitHub environment¶
Which adds a big green environment
button on the front page of your GitHub repo. Example repo
- Configure an environment named PyPI
- Add the
PYPI_API_TOKEN
secret to your environment - Add this to your release workflow config: (e.g. see this workflow)
⚠️ Believe the environment name is capital sensitive.