From 135a94a41a21dd17ba387e22671237615157a20a Mon Sep 17 00:00:00 2001 From: Alexey Snigir <35569332+l0uden@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:13:26 +0100 Subject: [PATCH] check whl file fix (#157) --- .github/workflows/check-release.yml | 2 +- ..._122219_alexey_snigir_check_release_fix.md | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index e9b4dad9b..6c288ad26 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -84,7 +84,7 @@ jobs: cd .. pip download vizro==${{needs.check-version.outputs.package_version}} -d . --no-deps --timeout 300 pypi=$(md5sum vizro-${{needs.check-version.outputs.package_version}}-py3-none-any.whl) - if [ $local = $pypi ]; then; echo "md5 hash is the same"; else; echo "md5 hash is not the same" exit 1; fi; + if [[ $local = $pypi ]]; then echo "md5 hash is the same"; else echo "md5 hash is not the same"; exit 1; fi version-bump: needs: [check-version, build-publish] diff --git a/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md b/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md @@ -0,0 +1,48 @@ + + + + + + + + +