Tag: Continuous Integration

Image of working GitHub Action

Published: March 31, 2021

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