Skip to content

Commit 03104b2

Browse files
committed
New token with the right permission and acutally pass it in.
1 parent 17a5fc1 commit 03104b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

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

1616
environment:
1717
BINSTAR_TOKEN:
18-
secure: pPGGv/pzNILDCClm4VNOv9lJ9Bah+iuJ22j4oLCaHzM8eNre8bfALOhMRIERhd55
18+
secure: znS5Hm/opLtSmNYpJON5sIX0wa+1rM+UnhfonkTKVMC4Lr8aRIHsD4YAz9hKjWXr
1919
#secure: jK8icdT9ukloE7xSj7fqiCmtM/aTNLTUEeD2HLRP5+9GI5oGkK4jt/uYEcKDtfwO
2020

2121
matrix:
@@ -41,6 +41,6 @@ test_script:
4141
- cmd: conda build conda
4242
- ps: |
4343
if($env:appveyor_repo_tag -eq 'False') {
44-
cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu* 2>&1"
45-
cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray* 2>&1"
44+
cmd /c "anaconda -t $BINSTAR_TOKEN upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu* 2>&1"
45+
cmd /c "anaconda -t $BINSTAR_TOKEN upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray* 2>&1"
4646
}

0 commit comments

Comments
 (0)