Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ .vscode templates_tests/python/.venv templates_tests/python/.mypy_cache .DS_Store pipelines/python/semantic-release.yml 0 → 100644 +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 Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ .vscode templates_tests/python/.venv templates_tests/python/.mypy_cache .DS_Store
pipelines/python/semantic-release.yml 0 → 100644 +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