Commit b8d079c0 authored by nimrod's avatar nimrod
Browse files

Fix yaml anchors.

parent 59c04c76
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,8 +8,11 @@ pypi-upload:
  script:
    - python setup.py bdist_wheel
    - twine upload dist/*
  variables: *variables
  cache: *cache
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
  cache:
    paths:
      - .cache/
  rules:
    - if: $CI_COMMIT_TAG
  artifacts: