If you upload a package to Repo and it completes without errors yet the file itself does not appear in Repo, you may be encountering an issue with the anaconda-client package version 1.6.6. This issue may appear when uploading to your private Repo or to Anaconda.org.
The upload from the CLI may look like this:
anaconda upload -u username package.1.0-py27_0.tar.bz2
Using Anaconda API: https://api.anaconda.org detecting file type ...
conda extracting package attributes for upload ... done
Uploading file username/package/1.0/win-64/package-1.0-py27_0.tar.bz2 ...
If the file does not appear than the upload is failing silently.
Check to see if you are using anaconda-client 1.6.6.
conda list anaconda-client
If you are running 1.6.6, downgrade to 1.6.5 or upgrade to 1.6.7 based on your needs:
conda install anaconda-client=1.6.5
conda install anaconda-client=1.6.7