-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Packages should only be released if they will install successfully #19928
Comments
Discovered a related bug in which the smoke test doesn't download the package version that just got released. Downloaded Version: Published Version: |
Related to the bug fix: We should understand more deeply why we are seeing a pip install delay, and verify if we can reproduce it locally (CC @scbedd for local scripting help). If we can't repro it locally, as is predicted, then we should figure out the difference, as adding a 10 minute delay to the release pipeline is something we should avoid if possible. |
I would still like to follow-up on https://github.com/Azure/azure-sdk-for-python/pull/20294/files#r692482842. As it is currently implemented I don't believe there is any enforcement to ensure that the package we are trying to release is actually verified. We do |
Test installing a package that is about to be released before publishing to the package manager to ensure that, among other things, dependencies within the same service are all published. The test should run in isolation so that dependencies from the same service are only available if they are already published to the package manager.
The text was updated successfully, but these errors were encountered: