We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda560d commit e2a4a46Copy full SHA for e2a4a46
utils/notify_slack_about_release.py
@@ -73,6 +73,7 @@ def main():
73
if latest_version and release_info and latest_version == parsed_version:
74
notify_slack(SLACK_WEBHOOK_URL, LIBRARY_NAME, latest_version, release_info)
75
else:
76
+ print(f"{latest_version=}, {release_info=}, {parsed_version=}")
77
raise ValueError("There were some problems.")
78
79
0 commit comments