diff --git a/.travis.yml b/.travis.yml index 18c66953bfdbbc84d843f5f875392959383357e8..1a6852b0b4d8c420251bd2ba8b31478639e36c2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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\/pyronn_torch-cuda-$CUDA_VERSION_\$1\.whl/s" dist/pyronn_torch-*.whl after_success: - if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi