Skip to content

Commit

Permalink
Add plus notation to wheel filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Oct 28, 2022
1 parent 3138857 commit e115e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
pip install wheel
python setup.py bdist_wheel --dist-dir=dist
- name: Add plus notation to wheel filename
run: for filename in *-cp*.whl; do mv "$filename" "$(echo $filename | sed 's/-cp/\+torch-${{ matrix.torch-version }}-${{ matrix.cuda-version }}-cp/')"; done
working-directory: dist

- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit e115e0d

Please sign in to comment.