Skip to content
Snippets Groups Projects

Build 2024.10.01

Merged Christopher Randolph Rhodes requested to merge build-2024.10.01 into staging
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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',
Loading