soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
719 stars 178 forks source link

Add PyPI API token to repo secrets #282

Open samamorgan opened 6 months ago

samamorgan commented 6 months ago

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
jheld commented 6 months ago

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 commented 6 months ago

@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.