Add Black formatting and use GitHub workflows#476
Open
DeD1rk wants to merge 4 commits intojazzband:masterfrom
Open
Add Black formatting and use GitHub workflows#476DeD1rk wants to merge 4 commits intojazzband:masterfrom
DeD1rk wants to merge 4 commits intojazzband:masterfrom
Conversation
Author
|
The CI added here of course only runs on my fork, so you can't really see it in action (but you should be able to view the result on the fork). |
This replaces Travis CI with a github workflow and gets rid of tox. It also adds Black formatting and configures flake8 for black compatibility.
Author
|
@jmaupetit in aae44fa I added a workflow for mkdocs (so it replaces #83) and publishing to PyPI too, but I can't really test that, and for PyPI it needs an API token as a secret, so you should consider whether you want to use that or not, and perhaps test it against TestPyPI (https://test.pypi.org). |
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.
Closes #385.
Closes #78.
This replaces Travis CI with GitHub actions, and adds formatting with Black.
It also adds a workflow for deploying MkDocs docs and publishing to PyPI upon publishing a GitHub release.