mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
glob uploads
This commit is contained in:
parent
526499b8cf
commit
c24f256236
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,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 -u xonsh @(pkgpath)
|
||||
anaconda upload -u xonsh @(__xonsh_glob__(pkgpath))
|
||||
|
||||
def docser():
|
||||
cd docs
|
||||
|
|
Loading…
Add table
Reference in a new issue