Commit 247fadbe authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

feat: semantic release pipeline

parent f5995d0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@
.vscode
templates_tests/python/.venv
templates_tests/python/.mypy_cache
.DS_Store
+15 −0
Original line number Diff line number Diff line
---
include:
  - local: "alm/semantic-release.yml"
  - local: "python/build.yml"
  - local: "python/twine.yml"

python:build:
  rules:
    - if: $CI_COMMIT_TAG

python:twine:
  rules:
    - if: $CI_COMMIT_TAG
      exists:
        - dist