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 590b18e commit 8b96386Copy full SHA for 8b96386
.appveyor.yml
@@ -45,7 +45,7 @@ test_script:
45
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
46
- ps: |
47
if($env:appveyor_repo_tag -eq 'False') {
48
- cmd /c "anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1"
+ anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
49
}
50
51
artifacts:
0 commit comments