Using trusted publishing and poetry #7859
tschm
started this conversation in
Show and tell
Replies: 1 comment
-
The official PyPA action works fine as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hoi zame,
Trusted publishing is a rather new (Apr 20) way to publish code on pypi.org. It relies on a key exchange between your package and pypi.org. This is somewhat subtle and we have implemented a Github action to simplify this problem. It works great for poetry and no longer you need to create keys on pypi and move them over as Github secrets.
A full example and a complete discussion are here:
https://github.com/marketplace/actions/pypi-token-mint
Beta Was this translation helpful? Give feedback.
All reactions