Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix success message in verify_release
Prior to theupdateframework#1946 the verify_release script was successful if both PyPI and GitHub release artifacts matched the local build. Now, if the `--skip-pypi` option is provided, the script can also be successful if only the GitHub release artifacts match the local build. This commit splits the final success message in two separate success messages, one for PyPI and one for GitHub.
- Loading branch information