SWxTREC / pymsis

Python interface to the NRLMSIS codes
MIT License
23 stars 5 forks source link

Release to PyPI GitHub Actions #49

Closed greglucas closed 4 months ago

greglucas commented 7 months ago

There are multiple triggers for the GitHub Actions build and upload to PyPI (push, PR + label, release), and the concurrent triggers get cancelled and this can mean that the "release" trigger gets cancelled and then we build the wheels but don't upload to PyPI. We should fix this trigger situation so that only one job gets run when appropriate to release to PyPI. Currently I have been manually triggering the other actions that were cancelled.