mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
👷 — Add link to PyPI page in GitLab releases
This commit is contained in:
parent
9102d5f974
commit
3b49594bef
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue