Skip to content

CI: Release pipeline is hardcoded #613

Description

@hpoeche

In the pipeline defined in release.yml currently uses a hard coded python version for building the packages.

- name: Set up Python 3.10
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v7
with:
python-version: "3.10"

Additionally, the definition of the two build jobs is explicit here and never tested before release time. The pr.yml pipeline tests the builds but it is not ensured that these jobs (sdk-package and compliance-tool-package) actually test the CI implementation that is used in release.yml. We should consider using a composite action for building packages too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions