-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to GitHub Actions. #32
Conversation
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=========================================
Coverage ? 43.60%
=========================================
Files ? 7
Lines ? 133
Branches ? 20
=========================================
Hits ? 58
Misses ? 72
Partials ? 3 Continue to review full report at Codecov.
|
@martey Hey there, just a heads-up that I've also asked a review from a few other Jazzband members that have been helping with the big move to GitHub Actions in other Jazzband projects. FWIW This won't change much for this project, except actually enables the Jazzband release pipeline for you. Please let me know if you have any questions. |
Thanks @jezdez! |
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.
It drops support for Python 3.5 because GitHub Actions doesn't fully support them. It's EOL anyway.
Python 3.9 support is also added.
TODO:
JAZZBAND_RELEASE_KEY
to the repo secrets.