Skip to content

Build Python App with PyCrucible

Actions
Bundle a Python project into a standalone binary using PyCrucible
v4
Latest
Star (3)

PyCrucible GitHub Action

Build TS Code -> Github Action.

This GitHub Action builds a standalone binary from your Python project using PyCrucible.

It works cross-platform and downloads the appropriate PyCrucible binary for the runner OS.

Usage

Linux and MacOS runners

- uses: razorblade23/pycrucible-action@v4
  with:
    entry: .
    output: ./myapp
    # Version is optional, defaults to latest
    version: 0.3.9

Windows runners

- uses: razorblade23/pycrucible-action@v4
  with:
    entry: .
    output: .\myapp.exe
    # Version is optional, defaults to latest
    version: 0.3.9

Build Python App with PyCrucible is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Bundle a Python project into a standalone binary using PyCrucible
v4
Latest

Build Python App with PyCrucible is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.