Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

CI: Release pipeline is hardcoded

Open
#613 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
52/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Active
Tech stack
github-actions, python

Research direction

Start by comparing the build jobs in .github/workflows/release.yml at lines 22-25 with the corresponding sdk-package and compliance-tool-package jobs in pr.yml. Check how the Python version and package builds are defined, then determine how the shared build behavior can be exercised before release. Done means the release build is no longer hardcoded separately and the same implementation is tested by the PR pipeline.

Written by the indexing model from the issue text.

Description

enhancement general

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

https://github.com/eclipse-basyx/basyx-python-sdk/blob/22a46f554acca793d4ddb47fb39da65c755d8ea6/.github/workflows/release.yml#L22-L25

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.

Dominant language
Python
Stars
102
Forks
52
Avg merge
20d 17h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from eclipse-basyx/basyx-python-sdk

All issues in eclipse-basyx/basyx-python-sdk

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.