Azure / Azure/azure-cli-dev-tools
azdev extension build collapses semantic versioning of generated python whl
Open
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
Version specified in the `version.py` - `VERSION = "1.0.0-rc.4"`
The generated whl file version is collapsed to - `arcappliance-1.0.0rc4-py2.py3-none-any.whl` which is not compatible with semantic versioning.
(This was causing issues with some validation we run on the version of the whl file.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.