Azure / azure-sdk

This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
http://azure.github.io/azure-sdk
MIT License
472 stars 293 forks source link

Python team should be able to release post releases X.Y.Z.postA #7479

Open lmazuel opened 2 months ago

lmazuel commented 2 months ago

See PEP440 for details:

X.Y.postN    # Post-release
X.YaN.postM   # Post-release of an alpha release
X.YbN.postM   # Post-release of a beta release
X.YrcN.postM  # Post-release of a release candidate

This is the only way to update metadata on PyPI that is non code related.

weshaggard commented 2 months ago

dup of https://github.com/Azure/azure-sdk-tools/issues/5916