You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating the GitHub pre-release v0.7.0rc1 should have triggered the publish to PyPI workflow, but it didn't. I don't think that there is a pre_releasegithub.event_name
So seems that I need to learn the github.event API better as there is apparently a github.event.release.prerelease. So I now don't know how github.event_name and github.event.release's attributes differ.
Creating the GitHub pre-release
v0.7.0rc1
should have triggered the publish to PyPI workflow, but it didn't. I don't think that there is apre_release
github.event_name
pyhf/.github/workflows/publish-package.yml
Lines 104 to 105 in acde7f4
so we'll need to figure out how release candidate pre-releases can get integrated in.
The text was updated successfully, but these errors were encountered: