Skip to content

Commit be7a3dc

Browse files
committed
Switch the token to mila-udem and make it the target user.
1 parent 56a4089 commit be7a3dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ configuration:
1515

1616
environment:
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
5150
artifacts:

0 commit comments

Comments
 (0)