yt-project / yt_astro_analysis

yt astrophysical analysis modules
Other
21 stars 21 forks source link

Do not use tokens for Pypi uploads #248

Closed cphyc closed 5 months ago

cphyc commented 5 months ago

This replaces the need to use a token to upload to Pypi. Instead, one configures the project on Pypi to accept authentication from GitHub (https://pypi.org/manage/project/yt-astro-analysis/settings/publishing/).

This should allow us to completely remove the need for authorization tokens in the secrets.

brittonsmith commented 5 months ago

Looks good to me, to the extent that I know much about this. Do you want to try and test it out on test.pypi?