Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lmazuel opened this issue Apr 22, 2024 · 1 comment
Open

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

lmazuel opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team.

Comments

@lmazuel
Copy link
Member

lmazuel commented Apr 22, 2024

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.

@github-actions github-actions bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 22, 2024
@weshaggard weshaggard added Central-EngSys This issue is owned by the Engineering System team. and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 22, 2024
@weshaggard weshaggard self-assigned this Apr 22, 2024
@weshaggard
Copy link
Member

dup of Azure/azure-sdk-tools#5916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Development

No branches or pull requests

2 participants