Speaker

Kaleb Coberly

Description

Kaleb walked through an open-source template for packaging Python apps, which anyone can use. The template includes GitHub workflows and development tools that run locally, on Github itself, as well as using docker based Act command line tool to run them locally in a container. Good for testing and debugging.

Workflows allow us to automate and standardize complex and sometimes “tricky” build and deployment processes. This can save hours and lots of frustration with hidden errors that only show up at deployment time.