Skip to content

Commit

Permalink
upload build artifacts and enable wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 committed Jun 20, 2024
1 parent ec9000f commit 9b8c1da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,17 @@ jobs:
env:
build_os: ${{ matrix.os }}
build_arch: ${{ matrix.arch }}
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: shared_library_rocm_${{ matrix.os }}_${{ matrix.arch }}
path: output/*
retention-days: 7
build-wheels:
needs:
- build-shared-libs
- build-shared-libs-cuda
- build-shared-libs-rocm
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 9b8c1da

Please sign in to comment.