-
Notifications
You must be signed in to change notification settings - Fork 403
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
Maintenance: Create a development release versions in pypi #4506
Comments
yup, this would be technically a pre-release in PyPi. What I love about this is that customers would have to intentionally want to install a pre-release version, allowing bugfixes to land quicker for those who can't wait w/o impacting stability for the majority of customers. |
Assinging to @heitorlessa! |
@leandrodamascena how much of a deal breaker it is if we can't have If it is, I might need an extra day to think of a non-fragile way of letting Poetry resolve a newer pre-release version, parse it, then replace Listing out requirements in the meantime shortly |
Let's keep the standard and not complicate things, Heitor. |
Perfect, figured as much.. tks for confirming! List of requirements - lemme know if I missed anything.
Separate PR
|
|
This is now released under 2.40.0 version! |
Why is this needed?
Development releases allow customers to preview upcoming changes in advance. Although these releases should not be used in production, this allows customers to test bug fixes, new features, and other changes in advance.
To add this new package in Pypi, we must follow the Python packaging guide defined here for Development releases: https://packaging.python.org/en/latest/specifications/version-specifiers/#public-version-identifiers
Which area does this relate to?
Automation
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: