diff --git a/.travis.yml b/.travis.yml index 470742145020b185bbdea82d6d1c8dedf745a270..b086a3681c36819665306524b65186e4aabcebab 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