GitHub Action for the Python Package Index
Secure Distribution of Open Source Software
Jun 8, 202418 min read34

Search for a command to run...

Series
In this series I will describe methods for creating and deploying an executable Python application that will run on Windows, macOS, and Linux with a focus on automation and security.
Secure Distribution of Open Source Software

Welcome to the first article of a series about deploying a universally portable Python application. What is a "Universally Portable" app? A portable, or standalone, application is one that has no install-time or run-time dependencies other than the o...
