feat: pyo3 stub generation (#87)
This commit is contained in:
8
.github/workflows/python-build.yml
vendored
8
.github/workflows/python-build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user