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 d42d4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:

jobs:
gen-stubs:
name: "build-release"
name: "build-python-stubs"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
- name: Build Python stubs
run: cargo run --bin stub_gen

build-python-packages:
runs-on: ubuntu-latest

needs: [gen-stubs]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d42d4e4

Please sign in to comment.