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 authored Oct 28, 2022
1 parent a1564ab commit 52af8e6
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 @@ -76,6 +76,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 52af8e6

Please sign in to comment.