merge-requests/2/merge release-1.0.2.dev5
jem 2 years ago
parent cb30395d4d
commit 382c571d42

@ -81,7 +81,7 @@ test-1.1.3:
build:
stage: build
rules:
- if: '$CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
artifacts:
paths:
- dist/*
@ -91,7 +91,7 @@ build:
pypi:
stage: upload
rules:
- if: '$CI_COMMIT_TAG =~ /^release.-*$/'
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
script:
- twine upload dist/*
@ -99,7 +99,7 @@ gitlab:
image: registry.gitlab.com/gitlab-org/release-cli:latest
stage: upload
rules:
- if: '$CI_COMMIT_TAG =~ /^release.-*$/'
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
artifacts:
paths:
- release/*

Loading…
Cancel
Save