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
- artifacts uploaded to svn and pypi upon release verification and final publication
- 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