fix(ci): Generate valid release version for Python package#3333
fix(ci): Generate valid release version for Python package#3333andreyvelich wants to merge 1 commit intokubeflow:masterfrom
Conversation
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
|
@andreyvelich: GitHub didn't allow me to request PR reviews from the following users: Krishna-kg732, kubeflow/kubeflow-trainer-team. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Bumps the project version to v2.2.0-rc.0 and aligns the generated Python SDK versioning with PEP 440 conventions for release candidates.
Changes:
- Update root
VERSIONtov2.2.0-rc.0. - Adjust Python API generation to convert
-rc.NintorcNforpackageVersion. - Update Python SDK
__version__to2.2.0rc0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
VERSION |
Bumps repository version to v2.2.0-rc.0. |
hack/python-api/gen-api.sh |
Normalizes VERSION into a Python/PEP440-compatible packageVersion for OpenAPI generator output. |
api/python_api/kubeflow_trainer_api/__init__.py |
Updates the SDK __version__ to match the RC version format. |
We should correctly parse the version for Python package for RCs.
Ref: #2155
/cc @milinddethe15 @Krishna-kg732 @kubeflow/kubeflow-trainer-team