numpy-groupies
numpy-groupies copied to clipboard
Add pypi release workflow
Hi Michael,
What do you think of adding a pypi release workflow like https://github.com/pydata/xarray/blob/main/.github/workflows/pypi-release.yaml
It makes it really easy to issue a release, all we have to do is tag a release using the Github UI.
Sounds great. Can you do it?
Sure, can you generate a token (I don't have permissions for this) on PyPI and add it as a github secret named PYPI_TOKEN
Done.
Thanks, looks like we need one for TestPyPI too (secrets.TESTPYPI_TOKEN) though that step is optional
Ok, TESTPYPI_TOKEN ist also set up now.
Thanks!