This commit is contained in:
Anthony Scopatz 2015-12-24 10:54:57 -08:00
parent 6766e18bcc
commit 0c306e70cf
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ def condaify(ver):
pkgpath = os.path.join(conda_bld, '*', 'xonsh-{0}*.tar.bz2'.format(ver))
pkg = __xonsh_glob__(pkgpath)[0]
conda convert -p all -o @(conda_bld) @(pkg)
anaconda upload @(pkgpath)
anaconda upload -u xonsh @(pkgpath)
def docser():
cd docs

View file

@ -24,7 +24,7 @@ def path_argument(s):
parser = ArgumentParser(description='xonsh', add_help=False)
parser.add_argument('-h', '--hel[',
parser.add_argument('-h', '--help',
dest='help',
action='store_true',
default=False,