Azure / azure-cli-dev-tools

Developer utilities for Azure CLI command module and extension developers.
MIT License
81 stars 113 forks source link

azdev extension build collapses semantic versioning of generated python whl #419

Open aditimalladi opened 1 year ago

aditimalladi commented 1 year ago

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.)