Skip to content

razorblade23/pycrucible-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action to use PyCrucible in CI/CD

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors