Skip to content
Snippets Groups Projects
Commit c6ef3b60 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: use better filenames for wheels

parent 51d920fc
Branches
No related merge requests found
......@@ -89,7 +89,7 @@ before_script:
- git config --global user.name "Stephan Seitz"
script:
- python setup.py bdist_wheel
- rename "s/dist\/pyronn_torch-(.*)\.whl/dist\/pyronn_torch-cuda-$CUDA_VERSION.\$1\.whl/s" dist/pyronn_torch-*.whl
- rename "s/dist\/pyronn_torch-(.*)\.whl/dist\/cuda-$CUDA_VERSION-pyronn_torch-\$1\.whl/s" dist/pyronn_torch-*.whl
after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment