Update GitHub Actions migration to match other Jazzband projects. #769
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.
Description
I'm currently porting all of Jazzband projects to GitHub Actions and this
is a minor update to #738 (thank you @ThePumpingLemma!).
It does drop Python 3.5 support though since that's EOL'd now.
It also adds Jazzband releases again after it was removed in #738. @rossmechanic Please make sure to not remove it again.
Related Issue
#738
https://github.com/orgs/jazzband/projects/1
Motivation and Context
This is only needed to keep Jazzband projects close in how they are configured.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
make format
command to format my codeAUTHORS.rst
CHANGES.rst
Original text I've used in other PRs relating to the migration to GitHub Actions:
Travis CI has a new pricing model which places limits on open source.
Many projects are moving to GitHub Actions instead, including Jazzband projects:
This is based on jazzband/contextlib2#26.
TODO:
JAZZBAND_RELEASE_KEY
to the repo secrets.