Loading templates/gitlab-release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ gitlab-release: image: registry.gitlab.com/gitlab-org/release-cli:latest script: - !!str true rules: - if: $CI_COMMIT_TAG only: - tags release: name: Release $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG Loading templates/python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,8 @@ pypi-upload: cache: paths: - .cache/ rules: - if: $CI_COMMIT_TAG only: - tags needs: - job: build-wheel artifacts: true Loading
templates/gitlab-release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ gitlab-release: image: registry.gitlab.com/gitlab-org/release-cli:latest script: - !!str true rules: - if: $CI_COMMIT_TAG only: - tags release: name: Release $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG Loading
templates/python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,8 @@ pypi-upload: cache: paths: - .cache/ rules: - if: $CI_COMMIT_TAG only: - tags needs: - job: build-wheel artifacts: true