Skip to content

Commit

Permalink
Upload wheel artifacts when running build wheels job
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 10, 2025
1 parent 4f96465 commit 980ff15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.10', '3.11', '3.12']
toolchain:
- id: cu12.0-gcc11
cc: gcc-11
Expand Down Expand Up @@ -49,3 +50,8 @@ jobs:
.github/workflows/scripts/build_wheels.sh \
--cudaq-prefix $HOME/.cudaq \
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: wheels-py${{ matrix.python }}-amd64
path: /wheels/**

0 comments on commit 980ff15

Please sign in to comment.