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 8b96386 commit 56a4089Copy full SHA for 56a4089
.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
- anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
+ anaconda -t $env:BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
49
}
50
51
artifacts:
0 commit comments