django-easy-audit icon indicating copy to clipboard operation
django-easy-audit copied to clipboard

Add PyPI API token to repo secrets

Open samamorgan opened this issue 1 year ago • 2 comments

With the addition of cd.yml, publishes/releases can now be automatic. However, for the CD process to work, a PyPI API token must be added to repo secrets under the key PYPI_API_TOKEN.

This should be added under actions secrets:

https://github.com/soynatan/django-easy-audit/settings/secrets/actions

image

samamorgan avatar Mar 19 '24 16:03 samamorgan

I am aware of how the token system works (and w.r.t. GitHub Actions), but I do appreciate the guidance; there were a lot of changes in the core PR so I'm realizing how behind I was on working through some of the consequences.

jheld avatar Mar 19 '24 17:03 jheld

@soynatan Unfortunately I do not have enough permissions on Github to access the repo settings and thus not the secret settings. I did make a token via PyPI, but I'm stuck at this point.

jheld avatar Mar 19 '24 18:03 jheld