diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml index 99149f7..93e8edd 100644 --- a/.aicoe-ci.yaml +++ b/.aicoe-ci.yaml @@ -1,3 +1,5 @@ # Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml` # Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml check: [] +release: + - upload-pypi-sesheta diff --git a/.github/ISSUE_TEMPLATE/deliver_missing_module.md b/.github/ISSUE_TEMPLATE/deliver_missing_module.md new file mode 100644 index 0000000..e02d273 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/deliver_missing_module.md @@ -0,0 +1,13 @@ +--- +name: Deliver Missing Module +about: 'Based on a git tag, release the missing module to PyPI' +title: Deliver Missing Module +assignees: sesheta +labels: bot +--- + +Hey, AICoE-CI! + +Please deliver the package module for the following tag, as it missing on PyPI: + +Tag: x.y.z diff --git a/.github/ISSUE_TEMPLATE/redeliver_container_image.md b/.github/ISSUE_TEMPLATE/redeliver_container_image.md deleted file mode 100644 index 3b88e50..0000000 --- a/.github/ISSUE_TEMPLATE/redeliver_container_image.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Deliver Container Image -about: build a git tag and push it as a container image to quay -title: Deliver Container Image -assignees: sesheta -labels: bot ---- - -Hey, AICoE-CI! - -Please build and deliver the following git tag: - -Tag: x.y.z