Skip to content

Reusable workflow for building a Python package with Maturin

Notifications You must be signed in to change notification settings

evalf/workflow-maturin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reusable workflow for building a Python package with Maturin

This workflow builds binary distributions using a single version of Python, hence should only be used for packages using Python's stable ABI.

Usage:

jobs:
  build-and-test-dist:
    name: Build and test distribution
    uses: evalf/workflow-maturin/.github/workflows/build-and-test.yaml@release/1
    with:
      # Name of the distribution artifact. (optional)
      artifact: dist

About

Reusable workflow for building a Python package with Maturin

Topics

Resources

Stars

Watchers

Forks