Skip to content

Commit

Permalink
build Python wheel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Apr 6, 2024
1 parent 775f0c0 commit 5cf2ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
- name: Build
run: cmake --build build --config $BUILD_TYPE

- name: Build Python wheel
run: cmake --build build -t pypangolin_wheel

- name: Run all tests
if: ${{ matrix.test == 'ON' }}
run: |
Expand Down

0 comments on commit 5cf2ebf

Please sign in to comment.