This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# | |
# -- CONDAPURE - easy conda skeleton uploading -- | |
# | |
# Usage: make a working dir and cd into it: | |
# > mkdir tmp_build && cd tmp_build | |
# > bash condapure.sh <pypi_package_name> <binstar_org> | |
# | |
# E.g. > bash -x condapure.sh tinys3 menpo | |
# |