Commit ba9370bb authored by nimrod's avatar nimrod
Browse files

Clearer rule.

parent 3aacd7f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ pypi-upload:
  cache:
    paths:
      - .cache/
  rules:
    - if: $CI_COMMIT_TAG
  only:
    - tags
  needs:
    - job: build-wheel
      artifacts: true