2022.04.09
github-actions
released this
10 Apr 08:04
·
40 commits
to master
since this release
Moving from TravisCI to GitHub Actions
TravisCI has been buggy and slow for quite some time now. It's time to switch to GitHub Actions. This PR contains 3 configs:
- Checks the code every time a PR is raised.
- Builds & releases distributables.
- Packages and uploads to PyPI.
Removing "Current Version:" text when printing version
info because it's easier to use it as a release tag that way.