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
This still uses a token for this action, though trusted publishing is now encouraged over API tokens as a best practice on supported platforms (like GitHub).
To do this, we would need to:
Update publish.yaml - I can do this
Update the settings in the PyPI package to enable trusted publishers. I'm not sure who has access to this, but maybe @choldgraf (?).
PR is up now at #1758; the only outstanding item is removing the existing tokens from GitHub itself.
This is not something I can do with my current permissions/role, so this would be a task for someone else with elevated privileges.
We use the
publish.yaml
workflow for PST releases.This still uses a
token
for this action, though trusted publishing is now encouraged over API tokens as a best practice on supported platforms (like GitHub).To do this, we would need to:
publish.yaml
- I can do thisRef: https://docs.pypi.org/trusted-publishers/adding-a-publisher/
The text was updated successfully, but these errors were encountered: