OpenAstronomy / github-actions-workflows

Reusable workflows for GitHub Actions
https://github-actions-workflows.openastronomy.org
MIT License
18 stars 14 forks source link

Upload to PyPI not working on GitHub release publish event #203

Open Cadair opened 4 months ago

Cadair commented 4 months ago

If you tag your release by publishing a release on GH and trigger it with the release: published event then the pypi upload step gets skipped.

Cadair commented 2 months ago

So, I think that this not working is actually https://github.com/actions/runner/issues/2788 and it should work as documented here: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release

We might want to consider building in a workaround though.