File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configuration:
1515
1616environment :
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 }
You can’t perform that action at this time.
0 commit comments