{{ message }}
Doc: Fix archive filenames for standard builds#124826
Merged
AA-Turner merged 1 commit intoOct 1, 2024
Merged
Conversation
3555af1 to
dc66d41
Compare
October 1, 2024 06:56
hugovk
approved these changes
Oct 1, 2024
Member
|
Does this problem affect the names of the doc download files produced by the RM for the currently in-process 3.13.0rc3 release? If so, should they be rebuilt? cc: @Yhg1s |
Sorry, something went wrong.
Member
|
Thomas said on Discord he's manually fixed the in-process ones rather than restart the whole release process. |
Sorry, something went wrong.
|
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 1, 2024
(cherry picked from commit 91e64be) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 1, 2024
(cherry picked from commit 91e64be) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
AA-Turner
added a commit
that referenced
this pull request
Oct 1, 2024
Yhg1s
pushed a commit
that referenced
this pull request
Oct 3, 2024
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
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.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.
The recent commit 6318ffc (PR #124534) meant all created archive files (
.zipand.tar.bz2) used the short{major}.{minor}version. This PR updates the logic so that only the daily rebuilds use the short version, with all other builds using the full release version.Local test (daily rebuild):
Local test (standard build):
A
📚 Documentation preview 📚: https://cpython-previews--124826.org.readthedocs.build/