Skip to content

Commit

Permalink
Update build-wheels-cuda.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Apr 30, 2024
1 parent 3226b3c commit d2c1973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
'os' = @('ubuntu-20.04', 'windows-latest')
'pyver' = @("3.10", "3.11", "3.12")
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
'releasetag' = @("basic")
'releasetag' = @("basic", "AVX", "AVX512")
}
$matrixOut = ConvertTo-Json $matrix -Compress
Expand Down Expand Up @@ -126,6 +126,6 @@ jobs:
with:
files: dist/*
# Set tag_name to <tag>-cu<cuda_version>
tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}-${{ env:AVXVER }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d2c1973

Please sign in to comment.