https://github.com/OpenAstronomy/github-actions-workflows/blob/main/.github/workflows/publish.yml uses both `shell: sh` and `shell: bash` which is really confusing. I find that conditional does not work at https://github.com/OpenAstronomy/github-actions-workflows/issues/149#issuecomment-1685080175 and I am not sure how to fix it here. Also see https://github.com/liberfa/pyerfa/pull/111
https://github.com/OpenAstronomy/github-actions-workflows/blob/main/.github/workflows/publish.yml uses both
shell: shandshell: bashwhich is really confusing. I find that conditional does not work at #149 (comment) and I am not sure how to fix it here.Also see liberfa/pyerfa#111