Tag: Continuous Integration
Migrating a Python Package from Travis CI to GitHub Actions
GitHub Actions is the new hotness for continuous integration(CI) and deployment. To the point where it seems to be the default for new open source projects that are GitHub based.
Tags: python | github | continuous integration