Skip to content

Python CLI Publication: Github workflow to build artifacts #3047

@HonahX

Description

@HonahX

Is your feature request related to a problem? Please describe.

Since python CLI contains open api generated code and we do not want user to generate it again when installing the package, we want to build wheels for multiple Operating Systems.

We need to build 2 kinds of artifacts

  1. artifacts uploaded to svn and pypi upon release verification and final publication
  2. artifacts uploaded to pypi as pre-release (or nightly build)

The main difference between 1 and 2 are the package version: e.g. (1.2.0 and 1.2.0rc1)

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions