👷 — Add link to PyPI page in GitLab releases

This commit is contained in:
Luc Didry 2024-07-04 09:20:51 +02:00
parent 9102d5f974
commit 3b49594bef
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -61,6 +61,10 @@ release_job:
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG'
description: './release.md' description: './release.md'
assets:
links:
- name: 'PyPI page'
url: 'https://pypi.org/project/argos-monitoring/$CI_COMMIT_TAG/'
pages: pages:
<<: *pull_cache <<: *pull_cache