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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Reviewing the workflow release.yml, I see that if for some reason the publication fails in PyPI or TestPyPI then release-drafter is not executed:
cookiecutter-hypermodern-python/{{cookiecutter.project_name}}/.github/workflows/release.yml
Lines 58 to 79 in ce04c55
I think it should be executed anyway, and if so then a possible solution is:
Another option would be to move
release-drafter
beforePyPI
andTestPyPI
.@cjolowicz What do you think?
Beta Was this translation helpful? Give feedback.
All reactions