Compare commits

..

No commits in common. "eb0a56195dfd206837929ce8eafd45012d1c4e10" and "876c53a1b1253a9963cb21b81cbf536e4e489b16" have entirely different histories.

View File

@ -19,15 +19,3 @@ package_pip:
artifacts: artifacts:
paths: paths:
- dist/*.whl - dist/*.whl
release_job:
stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo "Running the release job."
release:
tag_name: $CI_COMMIT_TAG
name: 'Release $CI_COMMIT_TAG'
description: 'Release created using the release-cli.'