Skip to content

SKA SDP Func Python Wrapper #10

SKA SDP Func Python Wrapper

SKA SDP Func Python Wrapper #10

name: SKA SDP Func Python Wrapper
on:
workflow_dispatch:
inputs:
label:
type: string
default: "main"
required: true
dev:
type: boolean
required: false
default: false
devDeps:
type: string
required: false
default: "SKA_SDP_DTMDL_VERSION, SKA_SDP_FUNC_VERSION"
buildNumber:
type: string
required: false
default: "0"
workflow_call:
inputs:
label:
type: string
required: true
dev:
type: boolean
required: false
default: false
devDeps:
type: string
required: false
default: "SKA_SDP_DTMDL_VERSION, SKA_SDP_FUNC_VERSION"
buildNumber:
type: string
required: true
jobs:
SKA_SDP_Func_Python_Wrapper:
uses: ./.github/workflows/build_base.yml
with:
packageName: ska-sdp-func-python
packageVersion: $SKA_SDP_FUNC_PY_VERSION
packageVersionName: SKA_SDP_FUNC_PY_VERSION
pythonCall: from ska_sdp_func_python import *
label: ${{ inputs.label }}
dev: ${{ inputs.dev }}
devDeps: ${{ inputs.devDeps }}
buildNumber: ${{ inputs.buildNumber }}
secrets: inherit