From d5db1410910fa93c73b504fc3e8cc8f988d29792 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Fri, 14 Jan 2022 15:00:16 +0100 Subject: [PATCH] chore: add pip link in the change log --- .github/workflows/continuous-integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 9d5285f25..99b010d04 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -773,6 +773,7 @@ jobs: cp ./script/actions_utils/RELEASE_TEMPLATE.md "${RELEASE_BODY_FILE}" { echo "Docker Image: ${RELEASE_IMG_GIT_TAG}"; + echo "pip: https://pypi.org/project/concrete-numpy/${PROJECT_VERSION}"; echo "Documentation: https://${{ steps.docs-push-infos.outputs.aws-bucket }}/concrete-numpy/${PROJECT_VERSION}"; echo ""; } >> "${RELEASE_BODY_FILE}"