From 51d920fcfcc83a91b203e57ba4aafd36a50f1e1c Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 12 Mar 2020 14:00:04 +0100 Subject: [PATCH] Try to fix CUDA release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4707421..b086a36 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 -- GitLab