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

Try to fix CUDA release

parent ee999620
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\/pyronn_torch-cuda-$CUDA_VERSION.\$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