feat: pyo3 stub generation (#87)

This commit is contained in:
cocool97
2025-02-06 11:25:07 +01:00
committed by GitHub
parent 79d96d4c76
commit 00c387d85c
16 changed files with 83 additions and 16 deletions

View File

@@ -7,6 +7,14 @@ on:
types: [created]
jobs:
gen-stubs:
name: "build-release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
run: cargo run --bin stub_gen
build-python-packages:
runs-on: ubuntu-latest