File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ configuration:
1515
1616environment :
1717 BINSTAR_TOKEN :
18- secure : znS5Hm/opLtSmNYpJON5sIX0wa+1rM+UnhfonkTKVMC4Lr8aRIHsD4YAz9hKjWXr
19- # secure: jK8icdT9ukloE7xSj7fqiCmtM/aTNLTUEeD2HLRP5+9GI5oGkK4jt/uYEcKDtfwO
18+ secure : 4KDgW9K3omzJ/ILWm1ApjsvTjefHJuECRy7nmnvuUul+0gbAYTUm5JanY+X1pccu
2019
2120 matrix :
2221 - CONDA_LOC : " C:\\ Miniconda-x64"
@@ -44,8 +43,8 @@ test_script:
4443 - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\pygpu* pkgs\ /Y
4544 - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
4645 - ps : |
47- if($env:appveyor_repo_tag -eq 'False ') {
48- anaconda -t $env:BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
46+ if($env:appveyor_repo_tag -eq 'True ') {
47+ anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
4948 }
5049
5150artifacts :
You can’t perform that action at this time.
0 commit comments