Skip to content

Commit

Permalink
Python metapackages (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Nov 7, 2024
1 parent 90754d9 commit 7b42224
Show file tree
Hide file tree
Showing 17 changed files with 763 additions and 314 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,16 @@ jobs:
devdeps_cache: ${{ fromJson(needs.config.outputs.json).cache_key[format('{0}-cu{1}-python', matrix.platform, matrix.cuda_version)] }}
devdeps_archive: ${{ fromJson(needs.config.outputs.json).tar_archive[format('{0}-cu{1}-python', matrix.platform, matrix.cuda_version)] }}

python_metapackages:
name: Create Python metapackages
needs: python_wheels
uses: ./.github/workflows/python_metapackages.yml
with:
cudaq_version: ${{ needs.python_wheels.outputs.cudaq_version }}
python_versions: "['3.10', '3.12']"
cuda_versions: "['', '11.8', '12.0']"
wheel_artifacts: 'pycudaq-*'

binaries:
name: Create CUDA Quantum installer
needs: [metadata, config]
Expand Down
Loading

0 comments on commit 7b42224

Please sign in to comment.