From 3b49594befe181c7201aa19325abf1a521087eb5 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 4 Jul 2024 09:20:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Add=20link=20to=20Py?= =?UTF-8?q?PI=20page=20in=20GitLab=20releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31cf6d9..c7ac4cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,10 @@ release_job: release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties tag_name: '$CI_COMMIT_TAG' description: './release.md' + assets: + links: + - name: 'PyPI page' + url: 'https://pypi.org/project/argos-monitoring/$CI_COMMIT_TAG/' pages: <<: *pull_cache