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 c8a2b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
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 c8a2b93

Please sign in to comment.