simonsobs / fgspectra

Foreground SED and power spectrum library for building cross frequency power spectrum models
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Add github action to automatically publish fgspectra release to pypi #55

Closed xgarrido closed 3 months ago

xgarrido commented 1 year ago

Set the https://github.com/marketplace/actions/pypi-publish github actions to automatically push fgspectra release to PyPI repository.

The PYPI_API_TOKEN needs to be set within the repository settings to make this working (see https://docs.github.com/en/actions/security-guides/encrypted-secrets)

beringueb commented 3 months ago

Hi @xgarrido,

I have created another PR to solve this (sorry, this is probably not the best way to proceed). If you could have a look at it, it would be great. I'll then close this issue and merge the new one.

beringueb commented 3 months ago

Fixed by PR .