Skip to content
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

Add Black formatting and use GitHub workflows #476

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DeD1rk
Copy link

@DeD1rk DeD1rk commented Jun 23, 2022

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.

@DeD1rk
Copy link
Author

DeD1rk commented Jun 23, 2022

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.
@DeD1rk
Copy link
Author

DeD1rk commented Jun 24, 2022

@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).

@DeD1rk DeD1rk marked this pull request as ready for review June 24, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Black formatter Automating GitHub Pages Builds with MkDocs
1 participant