Pull version from VCS to simplify release and build dynamic docs via mkdocs plugin#1130
Merged
gaborbernat merged 5 commits intopypa:mainfrom Dec 3, 2023
gaborbernat:set-outp
Merged
Pull version from VCS to simplify release and build dynamic docs via mkdocs plugin#1130gaborbernat merged 5 commits intopypa:mainfrom gaborbernat:set-outp
gaborbernat merged 5 commits intopypa:mainfrom
gaborbernat:set-outp
Conversation
…mkdocs plugin Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
chrysle
reviewed
Dec 3, 2023
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
dukecat0
reviewed
Dec 3, 2023
Co-authored-by: Jason Lam <meowmeowcat1211@gmail.com>
1 task
1 task
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 will simplify the release process to just creating a GitHub release, and also adds man page and zipapp testing to the core CI (not just release time operation). Furthermore, extends the type checker to consider type information from dependencies. Finally, also switches to trusted publish for PyPI.