We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8721014 commit 22819c2Copy full SHA for 22819c2
.appveyor.yml
@@ -41,6 +41,6 @@ test_script:
41
- cmd: conda build conda
42
- ps: |
43
if($env:appveyor_repo_tag -eq 'False') {
44
- anaconda upload --user=abergeron "%CONDA_LOC%"\conda-bld\win-64\pygpu*
45
- anaconda upload --user=abergeron "%CONDA_LOC%"\conda-bld\win-64\libgpuarray*
+ anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu*
+ anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray*
46
}
0 commit comments