Update website for Python install manager#2717
Merged
JacobCoffee merged 9 commits intopython:mainfrom May 7, 2025
Merged
Conversation
Member
Author
|
The CI errors aren't mine: I suspect in any case this PR probably needs to be split up to change the DB first so that we can have at least one release in it before updating the templates? |
Member
Author
|
Okay, with those template tweaks the visuals should be entirely unaffected if there are no PyManager releases registered, which should mean it can all be deployed at once and we get no changes until we put up a release. |
JacobCoffee
approved these changes
May 6, 2025
Member
|
Hi @zooba, all looks good after review—are you ready to merge this? Thanks for the PR :) |
Member
Author
I think so, but I am exceedingly nervous about it! If it looks good to you, and it's easy enough to roll back if needed, then go ahead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not ready to merge yet! But it's the area I'm most uncomfortable with updating, so I'm getting the PR out early.
@ambv suggested that we should treat PyManager releases as another Python release, so I think that's what I've enabled. This will put them in all the same release lists as Python (as long as downloads only exist for Windows, I believe it won't appear on other OS lists), and it makes updating the "Download latest" buttons a bit easier.
I'm leaving the old installer available in those popups for as long as it exists, so that we don't seem quite as pushy. The installer will have its own message warning about deprecation. Eventually I'd like to replace these messages with a "Run
py install {version}" message, but haven't quite figured that part out - it's not urgent.Very open to any kind of help/feedback/assistance here, this is somewhat out of my depth, and while I could spend time learning all the ins and outs, I'd rather just ask for help :)