Skip to content

Commit

Permalink
feat: improve python-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Feb 11, 2025
1 parent eb04f90 commit 2f5ccc9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +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

steps:
- uses: actions/checkout@v4

- name: Build Python stubs
run: cargo run --bin stub_gen

- name: Install Python build dependencies
run: pip install maturin==1.8.2

Expand All @@ -35,6 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Build Python stubs
run: cargo run --bin stub_gen

- name: Install Python build dependencies
run: pip install maturin==1.8.2

Expand Down

0 comments on commit 2f5ccc9

Please sign in to comment.