Skip to content

Commit

Permalink
Check v13 assets in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Castillo committed Jan 18, 2024
1 parent b138097 commit 8dfcec1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions check_release_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@

pypi_wheel_projects = {
# v12.x
'12': [
('cupy-cuda102', _v12_cuda_matrix + _v12_aarch64_matrix),
('cupy-cuda110', _v12_cuda_matrix),
('cupy-cuda111', _v12_cuda_matrix),
('cupy-cuda11x', _v12_cuda_matrix + _v12_aarch64_matrix),
('cupy-cuda12x', _v12_cuda_matrix + _v12_aarch64_matrix),
('cupy-rocm-4-3', _v12_rocm_matrix),
('cupy-rocm-5-0', _v12_rocm_matrix),
'13': [
('cupy-cuda11x', _v13_cuda_matrix + _v13_aarch64_matrix),
('cupy-cuda12x', _v13_cuda_matrix + _v13_aarch64_matrix),
('cupy-rocm-4-3', _v13_rocm_matrix),
('cupy-rocm-5-0', _v13_rocm_matrix),
],
}

Expand Down

0 comments on commit 8dfcec1

Please sign in to comment.