Skip to content

Commit

Permalink
use more conventional naming e.g. 'torchsort-0.1.9+pt113cu117-cp310-c…
Browse files Browse the repository at this point in the history
…p310-linux_x86_64.whl'
  • Loading branch information
teddykoker committed Jul 25, 2023
1 parent 523829c commit e5a4718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
run: |
export FORCE_CUDA=1
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
TORCH_VERSION=`echo "pt${{ matrix.torch-version }}" | sed "s/..$//" | sed "s/\.//g"`
CUDA_VERSION=`echo ${{ matrix.cuda-version }}`
export TORCHSORT_VERSION_SUFFIX: "+$TORCH_VERSION$CUDA_VERSION"
python3 -m pip install wheel
python3 setup.py bdist_wheel --dist-dir=dist
echo "distname=$(ls dist)" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit e5a4718

Please sign in to comment.