Skip to content
Snippets Groups Projects
Commit 040eb86c authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Slight change to package meta

parent 7d327095
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ for sd in ['noarch', 'win-64']:
for fn in dd['packages'].keys():
ver = dd['packages'][fn]['version']
stem = fn.split('.tar.bz2')[0]
pkgname = f'conda_{sd}_{stem}'
pkgname = f'conda_{sd}'
res.append(
requests.put(
f'https://git.embl.de/api/v4/projects/{id}/packages/generic/{pkgname}/{ver}/{fn}?status=default',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment