:python-shield-splash:

:workflow: :give_a_star:

Python Shield is an action for Woodpecker CI.
Allows packaging your Python app into a standalone application for Windows & Linux.

Usage

With containers

Building for Windows

Run podman run --rm -it codeberg.org/gameplayer-8/python-shield:latest-win pyshield help to get into help menu.

Building for GlibC (standard Linux systems)

Run podman run --rm -it codeberg.org/gameplayer-8/python-shield:latest-ubuntu pyshield help to get into help menu.

Building for Musl (Alpine systems etc)

Run podman run --rm -it codeberg.org/gameplayer-8/python-shield:latest pyshield help to get into help menu.

License

MIT