Automated release documentation and pypi distribution#63
Merged
mikeywaites merged 5 commits intomasterfrom May 14, 2023
Merged
Conversation
oleg-nenashev
approved these changes
May 13, 2023
Member
oleg-nenashev
left a comment
There was a problem hiding this comment.
The pipeline is a bit unreliable but it will work
Added release-drafter github action which implements the standard wiremock release template along with a new release action which will automate to pypi
Dont run automated builds for automated pypi releases
ddf64db to
6ce44d9
Compare
Setting version to -alpha to allow us to test the release process without making a commitment to the proper release of 2.4.0
We are opting to use trusted-publisher feature from pypi rather than requiring PYPI_TOKEN to be used. This updated workflow uses pypa/gh-action-pypi-publish@release/v1 marketplace action to handle the publish to pypi
oleg-nenashev
approved these changes
May 14, 2023
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 PR implements some release automation to support a standard release workflow supported by github actions.
A release-drafter github action has been added that will automatically generate a formatted github release.
A release workflow was also added to automate the distribution of the code to pypi when a release is published.
References
#56
Submitter checklist