Skip to content

Commit

Permalink
Change upload dest to anaconda-platform
Browse files Browse the repository at this point in the history
Fixes #62
  • Loading branch information
havocp committed May 18, 2017
1 parent b66ad5c commit 15885df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ test -d anaconda_project || exit 1
python setup.py test
python setup.py conda_package

anaconda upload -u conda-kapsel --label dev build/packages/**/**/*.tar.bz2
anaconda upload -u anaconda-platform --label dev build/packages/**/**/*.tar.bz2

0 comments on commit 15885df

Please sign in to comment.